Function checkContains [src]

Adds a fuzzy match phrase to the latest created Check.

Prototype

pub fn checkContains(check_object: *CheckObject, phrase: []const u8) void

Parameters

check_object: *CheckObjectphrase: []const u8

Source

pub fn checkContains(check_object: *CheckObject, phrase: []const u8) void { check_object.checkContainsInner(phrase, null); }