Searched refs:MONITOR_PORT (Results 1 – 4 of 4) sorted by relevance
39 public static final String MONITOR_PORT = "monitorPort"; field in TestProperties
44 setProperty(TestProperties.MONITOR_PORT, testRunnerProperties.monitorPort()); in apply()
136 properties.setProperty(TestProperties.MONITOR_PORT, Integer.toString(run.firstMonitorPort)); in fillInProperties()
61 int monitorPort = Integer.parseInt(properties.getProperty(TestProperties.MONITOR_PORT)); in TestRunner()