Searched refs:lightResults (Results 1 – 1 of 1) sorted by relevance
406 List<IInvocationResult> lightResults = ResultHandler.getLightResults(resultsDir); in testGetLightResults() local407 assertEquals("Expected one result", 1, lightResults.size()); in testGetLightResults()408 IInvocationResult lightResult = lightResults.get(0); in testGetLightResults()