fn checkNotPresent(self: *CheckObject, phrase: []const u8) void
[src]
Adds another searched phrase to the latest created Check with CheckObject.checkStart(...)
however ensures there is no matching phrase in the output.
fn checkNotPresent(self: *CheckObject, phrase: []const u8) void
Adds another searched phrase to the latest created Check with CheckObject.checkStart(...)
however ensures there is no matching phrase in the output.