Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt046rewrite.py29 expectedOutput = textwrap.dedent('''\
49 expectedOutput
/external/guava/guava-tests/test/com/google/common/io/
DFilesSimplifyPathTest.java302 String expectedOutput = iterator.next(); in doExtensiveTest() local
304 assertEquals(expectedOutput, simplifyPath(input)); in doExtensiveTest()
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java291 String expectedOutput = "1800-222-333"; in testConvertAlphaCharactersInNumber() local
292 assertEquals(expectedOutput, PhoneNumberUtil.convertAlphaCharactersInNumber(input)); in testConvertAlphaCharactersInNumber()
297 String expectedOutput = "03456234"; in testNormaliseRemovePunctuation() local
299 expectedOutput, in testNormaliseRemovePunctuation()
305 String expectedOutput = "034426486479"; in testNormaliseReplaceAlphaCharacters() local
307 expectedOutput, in testNormaliseReplaceAlphaCharacters()
313 String expectedOutput = "255"; in testNormaliseOtherDigits() local
315 expectedOutput, in testNormaliseOtherDigits()
319 expectedOutput = "520"; in testNormaliseOtherDigits()
321 expectedOutput, in testNormaliseOtherDigits()
[all …]
/external/icu4c/test/cintltst/
Dcapitst.c2023 const char *expectedOutput; in TestShortString() member
2075 if(strcmp(fromShortBuffer, testCases[i].expectedOutput)) { in TestShortString()
2077 fromShortBuffer, testCases[i].expectedOutput, testCases[i].input); in TestShortString()