Searched refs:RerunOptions (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/atest/test_runners/ |
D | mobly_test_runner_unittest.py | 91 rerun_options = mobly_test_runner.RerunOptions(3, False, False) 101 rerun_options = mobly_test_runner.RerunOptions(3, False, True) 400 mobly_test_runner.RerunOptions(5, False, False), 426 mobly_test_runner.RerunOptions(5, True, False), 452 mobly_test_runner.RerunOptions(5, False, True),
|
D | mobly_test_runner.py | 149 class RerunOptions: class 228 self, iteration_num: int, rerun_options: RerunOptions argument 496 def _get_rerun_options(self, extra_args: dict[str, Any]) -> RerunOptions: 501 return RerunOptions( 742 rerun_options: RerunOptions, argument
|