Searched refs:moduleA (Results 1 – 1 of 1) sorted by relevance
216 IModuleResult moduleA = result.getOrCreateModule(ID_A); in testSerialization() local217 moduleA.setDone(false); in testSerialization()218 moduleA.addRuntime(Integer.parseInt(RUNTIME_A)); in testSerialization()219 ICaseResult moduleACase = moduleA.getOrCreateResult(CLASS_A); in testSerialization()296 IModuleResult moduleA = result.getOrCreateModule(ID_A); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing() local297 moduleA.setDone(false); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()298 moduleA.addRuntime(Integer.parseInt(RUNTIME_A)); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()299 ICaseResult moduleACase = moduleA.getOrCreateResult(CLASS_A); in testSerialization_whenTestResultWithTestResultHistoryWithoutParsing()447 String moduleA = String.format(XML_MODULE, NAME_A, ABI, DEVICE_A, RUNTIME_A, DONE_A, in writeResultDir() local476 String modules = String.join("", moduleA, moduleB); in writeResultDir()[all …]