Searched refs:expectedOutput (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/java/test/com/android/i18n/addressinput/
H A DRegionDataConstantsTest.java40 String expectedOutput = "{\"key2\":\"value2\",\"key\":\"value\"}";
42 assertEquals(expectedOutput, actualOutput);
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt046rewrite.py29 expectedOutput = textwrap.dedent('''\
49 expectedOutput
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/check-for-inappropriate-macros-in-external-headers-tests/
H A Drun-test.rb47 expected_output = File.read File.join($test_directory, config[:expectedOutput])
62 :expectedOutput => 'pass-expected.txt'
70 :expectedOutput => 'fake-data-failing-expected.txt'
/external/nanohttpd/core/src/test/java/fi/iki/elonen/
H A DHttpPutRequestTest.java18 String[] expectedOutput = {
27 assertResponse(outputStream, expectedOutput);
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DAntiSamyTest.java722 String expectedOutput = "<object height=\"340\" width=\"560\"><param name=\"movie\" value=\"http://www.youtube.com/v/IyAyd4WnvhU&amp;hl=en&amp;fs=1&amp;\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed allowfullscreen=\"true\" allowscriptaccess=\"always\" height=\"340\" src=\"http://www.youtube.com/v/IyAyd4WnvhU&amp;hl=en&amp;fs=1&amp;\" type=\"application/x-shockwave-flash\" width=\"560\" /></object>";
724 assertSanitizedDoesContain(input, expectedOutput);
739 expectedOutput = "<object height=\"340\" width=\"560\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed allowfullscreen=\"true\" allowscriptaccess=\"always\" height=\"340\" src=\"http://www.youtube.com/v/IyAyd4WnvhU&amp;hl=en&amp;fs=1&amp;\" type=\"application/x-shockwave-flash\" width=\"560\" /></object>";
742 assertSanitizedDoesContain(input, expectedOutput);
756 expectedOutput = "<object height=\"340\" width=\"560\"><param name=\"movie\" value=\"http://www.youtube.com/v/IyAyd4WnvhU&amp;hl=en&amp;fs=1&amp;\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /></object>";
760 assertSanitizedDoesContain(input, expectedOutput);
/external/guava/guava-tests/test/com/google/common/io/
H A DFilesSimplifyPathTest.java302 String expectedOutput = iterator.next();
304 assertEquals(expectedOutput, simplifyPath(input));
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java347 String expectedOutput = "1800-222-333";
348 assertEquals(expectedOutput, PhoneNumberUtil.convertAlphaCharactersInNumber(input));
353 String expectedOutput = "03456234";
355 expectedOutput,
361 String expectedOutput = "034426486479";
363 expectedOutput,
369 String expectedOutput = "255";
371 expectedOutput,
375 expectedOutput = "520";
377 expectedOutput,
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DKURLTest.cpp336 WTF::String expectedOutput(encode_cases[i].output);
338 EXPECT_EQ(expectedOutput, output);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmapts.cpp537 const char *expectedOutput; member in struct:TestData
571 exp = testData[i].expectedOutput;
/external/chromium_org/third_party/qunit/src/
H A Dqunit.js1606 expectedOutput = expected,
1628 expectedOutput = null;
1650 expectedOutput = null;
1654 QUnit.push( ok, actual, expectedOutput, message );
/external/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp543 const char *expectedOutput; member in struct:TestData
577 exp = testData[i].expectedOutput;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c2000 const char *expectedOutput; member in struct:__anon12172
2007 * The following expectedOutput contains a collation weight (2700 from UCA 6.0)
2010 * the expectedOutput needs to be adjusted.
2052 if(strcmp(fromShortBuffer, testCases[i].expectedOutput)) {
2054 fromShortBuffer, testCases[i].expectedOutput, testCases[i].input);
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c2002 const char *expectedOutput; member in struct:__anon21971
2060 if(strcmp(fromShortBuffer, testCases[i].expectedOutput)) {
2062 fromShortBuffer, testCases[i].expectedOutput, testCases[i].input);

Completed in 354 milliseconds