Searched refs:RUNNER_TYPE (Results 1 – 4 of 4) sorted by relevance
49 public static final String RUNNER_TYPE = "runnerType"; field in TestProperties
53 setProperty(TestProperties.RUNNER_TYPE, testRunnerProperties.runnerType().toString()); in apply()
138 properties.setProperty(TestProperties.RUNNER_TYPE, run.runnerType.toString()); in fillInProperties()
80 RunnerType.valueOf(properties.getProperty(TestProperties.RUNNER_TYPE)); in TestRunner()