fn checkContains(self: *CheckObject, phrase: []const u8) void
[src]
Adds a fuzzy match phrase to the latest created Check with CheckObject.checkStart()
.
fn checkContains(self: *CheckObject, phrase: []const u8) void
Adds a fuzzy match phrase to the latest created Check with CheckObject.checkStart()
.