AssertFalseAsync

Parent Previous Next

AssertFalseAsync

Description: the method checks the value of true or false, and if the value is true, the check will be considered a failure

Syntax: AssertFalseAsync(bool condition)

Return value: bool (true or false)


Example:

bool flag = false;

bool result = await tester.AssertFalseAsync(flag);

Created with the Personal Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation