Searched refs:DISCOVERY_TRACE_FILE (Results 1 – 2 of 2) sorted by relevance
91 public static final String DISCOVERY_TRACE_FILE = "DISCOVERY_TRACE_FILE"; field in TestDiscoveryInvoker195 getRunUtil().setEnvVariable(DISCOVERY_TRACE_FILE, traceFile.getAbsolutePath()); in discoverTestDependencies()349 getRunUtil().setEnvVariable(DISCOVERY_TRACE_FILE, traceFile.getAbsolutePath()); in discoverTestMappingDependencies()
124 if (System.getenv(TestDiscoveryInvoker.DISCOVERY_TRACE_FILE) != null) { in main()128 new File(System.getenv(TestDiscoveryInvoker.DISCOVERY_TRACE_FILE))); in main()