DVUI

expectNotVisible

Parameters

#
tag:[]const u8
[]const u8

Source

Implementation

#
pub fn expectNotVisible(tag: []const u8) !void {
    const data = try tagGet(tag);
    try std.testing.expect(!data.visible);
}