Searched defs:check (Results 1 – 3 of 3) sorted by relevance
30 def check(self, options, number_of_runs): #API requires this method member in NUnitTestSuite
298 def check(self, options, number_of_runs): member in RobotTestSuite
519 async def check(stack: Stack, gdb_comparator: GDBComparator, previous_pc: str, previous_output: str… function