Searched refs:DYNAMIC_OUTER_TEST_RULES_OPTION (Results 1 – 4 of 4) sorted by relevance
57 @VisibleForTesting static final String DYNAMIC_OUTER_TEST_RULES_OPTION = "outer-test-rules"; field in LongevityClassRunner124 testRules.add(new DynamicRuleChain(DYNAMIC_OUTER_TEST_RULES_OPTION, mArguments)); in getTestRules()
90 @VisibleForTesting static final String DYNAMIC_OUTER_TEST_RULES_OPTION = "outer-test-rules"; field in Microbenchmark314 testRules.add(new DynamicRuleChain(DYNAMIC_OUTER_TEST_RULES_OPTION, mArguments)); in withRules()
521 LongevityClassRunner.DYNAMIC_OUTER_TEST_RULES_OPTION, in testDynamicTestRules()
453 Microbenchmark.DYNAMIC_OUTER_TEST_RULES_OPTION, LoggingRule2.class.getName()); in testDynamicTestRuleInjection()