Searched refs:DYNAMIC_INNER_TEST_RULES_OPTION (Results 1 – 4 of 4) sorted by relevance
58 @VisibleForTesting static final String DYNAMIC_INNER_TEST_RULES_OPTION = "inner-test-rules"; field in LongevityClassRunner122 testRules.add(new DynamicRuleChain(DYNAMIC_INNER_TEST_RULES_OPTION, mArguments)); in getTestRules()
91 @VisibleForTesting static final String DYNAMIC_INNER_TEST_RULES_OPTION = "inner-test-rules"; field in Microbenchmark312 testRules.add(new DynamicRuleChain(DYNAMIC_INNER_TEST_RULES_OPTION, mArguments)); in withRules()
524 LongevityClassRunner.DYNAMIC_INNER_TEST_RULES_OPTION, in testDynamicTestRules()
451 Microbenchmark.DYNAMIC_INNER_TEST_RULES_OPTION, LoggingRule1.class.getName()); in testDynamicTestRuleInjection()