Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DNumberPermutationTest.java159 String expectedLine = f.readLine(); in testPermutations() local
160 if (expectedLine == null) { in testPermutations()
165 expectedLine, actualLine); in testPermutations()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DNumberPermutationTest.java156 String expectedLine = f.readLine(); in testPermutations() local
157 if (expectedLine == null) { in testPermutations()
162 expectedLine, actualLine); in testPermutations()
/external/testng/src/test/java/test/failedreporter/
DFailedReporterTest.java43 private void testFailedReporter(Class<?> cls, String[] expectedMethods, String expectedLine) { in testFailedReporter() argument
53 grep(failed, expectedLine.format(s), resultLines); in testFailedReporter()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/
DCssParserTest.java206 private void assertSkipsToEndOfSkip(String expectedLine, String s) { in assertSkipsToEndOfSkip() argument
209 assertThat(input.readLine()).isEqualTo(expectedLine); in assertSkipsToEndOfSkip()
212 private void assertInputLimit(String expectedLine, String s) { in assertInputLimit() argument
215 assertThat(input.readLine()).isEqualTo(expectedLine); in assertInputLimit()
/external/icu/icu4c/source/test/intltest/
Dnumbertest_permutation.cpp179 UnicodeString expectedLine(lineBuf, lineLength - 1); in testPermutations() local
181 expectedLine, actualLine); in testPermutations()
/external/angle/src/tests/preprocessor_tests/
Dlocation_test.cpp378 int expectedLine; member
390 pp::SourceLocation loc(2, param.expectedLine); in TEST_P()
/external/tinyxml2/
Dxmltest.cpp2330 …stParseError(const char *testString, const char *docStr, XMLError expected_error, int expectedLine) in main()
2338 XMLTest(testString, expectedLine, doc.ErrorLineNum()); in main()