Searched refs:getModuleCompleteCount (Results 1 – 5 of 5) sorted by relevance
116 int getModuleCompleteCount(); in getModuleCompleteCount() method
59 mModuleCompleteCount = result.getModuleCompleteCount(); in LightInvocationResult()214 public int getModuleCompleteCount() { in getModuleCompleteCount() method in LightInvocationResult
211 public int getModuleCompleteCount() { in getModuleCompleteCount() method in InvocationResult
498 Integer.toString(result.getModuleCompleteCount())); in writeResults()
513 assertEquals("Expected 1 completed module", 1, lightResult.getModuleCompleteCount()); in checkLightResult()