Home
last modified time | relevance | path

Searched refs:platformIndependantString (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/util/
H A DTestVerifier.java39 String platformIndependantString; in checkBuffers() local
42 platformIndependantString = Util.convertToIndependantLineDelimiter(outputString.trim()); in checkBuffers()
43 …(!Util.convertToIndependantLineDelimiter(expectedOutputString).equals(platformIndependantString)) { in checkBuffers()
44 System.out.println(Util.displayString(platformIndependantString, 2)); in checkBuffers()
57 platformIndependantString = Util.convertToIndependantLineDelimiter(trimmedErrorString); in checkBuffers()
58 if (expectedErrorStringStart.length() == 0 && platformIndependantString.length() > 0 || in checkBuffers()
59 …!platformIndependantString.startsWith(Util.convertToIndependantLineDelimiter(expectedErrorStringSt… in checkBuffers()
68 System.out.println(Util.displayString(platformIndependantString, 2)); in checkBuffers()
79 platformIndependantString = Util.convertToIndependantLineDelimiter(trimmedErrorString); in checkBuffers()
80 System.out.println(Util.displayString(platformIndependantString, 2)); in checkBuffers()