Searched refs:assertPassed (Results 1 – 2 of 2) sorted by relevance
124 static void Assert(bool assertPassed, string codeExecuted, string actualValue, in Assert() argument127 if (assertPassed == false) in Assert()
160 func assert(assertPassed bool, codeExecuted string, actualValue string, expectedValue string) {161 if assertPassed == false {