Searched refs:SEPARATOR (Results 1 – 2 of 2) sorted by relevance
53 private static final String SEPARATOR = "/"; field in ChecksumReporter167 String key = path + SEPARATOR + file.getName(); in addFile()173 String key = path + SEPARATOR + file.getName(); in containsFile()201 addDirectory(child, path + SEPARATOR + child.getName()); in addDirectory()282 sb.append(buildFingerprint).append(SEPARATOR) in generateTestResultSignature()283 .append(module.getId()).append(SEPARATOR) in generateTestResultSignature()284 .append(testResult.getFullName()).append(SEPARATOR) in generateTestResultSignature()285 .append(testResult.getResultStatus().getValue()).append(SEPARATOR) in generateTestResultSignature()286 .append(stacktrace).append(SEPARATOR); in generateTestResultSignature()304 .append(SEPARATOR) in generateTestResultSignature()[all …]
57 private static final String SEPARATOR = "/"; field in CertificationChecksumHelper197 sb.append(buildFingerprint).append(SEPARATOR) in generateModuleResultSignature()198 .append(module.getName()).append(SEPARATOR) in generateModuleResultSignature()199 .append(module.isRunComplete()).append(SEPARATOR) in generateModuleResultSignature()207 sb.append(buildFingerprint).append(SEPARATOR) in generateModuleSummarySignature()208 .append(module.getName()).append(SEPARATOR) in generateModuleSummarySignature()223 sb.append(buildFingerprint).append(SEPARATOR) in generateTestResultSignature()224 .append(module.getName()).append(SEPARATOR) in generateTestResultSignature()225 .append(testResult.getKey().toString()).append(SEPARATOR) in generateTestResultSignature()226 .append(testResult.getValue().getStatus()).append(SEPARATOR) in generateTestResultSignature()[all …]