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.

Parameters

self: *CheckObject,
phrase: []const u8,