Searched refs:expectedOutput (Results 1 – 4 of 4) sorted by relevance
29 expectedOutput = textwrap.dedent('''\49 expectedOutput
302 String expectedOutput = iterator.next(); in doExtensiveTest() local304 assertEquals(expectedOutput, simplifyPath(input)); in doExtensiveTest()
291 String expectedOutput = "1800-222-333"; in testConvertAlphaCharactersInNumber() local292 assertEquals(expectedOutput, PhoneNumberUtil.convertAlphaCharactersInNumber(input)); in testConvertAlphaCharactersInNumber()297 String expectedOutput = "03456234"; in testNormaliseRemovePunctuation() local299 expectedOutput, in testNormaliseRemovePunctuation()305 String expectedOutput = "034426486479"; in testNormaliseReplaceAlphaCharacters() local307 expectedOutput, in testNormaliseReplaceAlphaCharacters()313 String expectedOutput = "255"; in testNormaliseOtherDigits() local315 expectedOutput, in testNormaliseOtherDigits()319 expectedOutput = "520"; in testNormaliseOtherDigits()321 expectedOutput, in testNormaliseOtherDigits()[all …]
2023 const char *expectedOutput; in TestShortString() member2075 if(strcmp(fromShortBuffer, testCases[i].expectedOutput)) { in TestShortString()2077 fromShortBuffer, testCases[i].expectedOutput, testCases[i].input); in TestShortString()