Searched refs:next_test (Results 1 – 1 of 1) sorted by relevance
/cts/common/device-side/bedstead/btest/ |
D | btest | 719 …def __init__(self, args, module, class_methods, state, btest_run, total_test_count, next_test, inc… argument 728 self.next_test = next_test 842 …print("[" + str(self.next_test).rjust(total_test_length) + "/" + modified_total_test_count + "] " … 843 self.next_test += 1 880 if self.next_test <= num_tests: 882 … print(">> ERROR: Expected " + str(num_tests) + " results but got " + str(self.next_test)) 1202 next_test = 1 1300 … module, instrumented_runs[module], state, btest_run, total_test_count, next_test, include_annotat… 1303 next_test = test.next_test
|