Searched defs:expected (Results 226 - 250 of 711) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/javax/management/mxbean/
H A DMXBeanAnnotationTest.java84 private static boolean checkMXBean(MBeanInfo mbi, boolean expected, argument
/openjdk9/jdk/test/javax/xml/jaxp/parsers/8027359/
H A DFragmentScannerBufferLimitTest.java147 private static void checkContent(String found, String expected, String document) { argument
/openjdk9/langtools/test/jdk/jshell/
H A DHistoryTest.java147 private void previousAndAssert(EditingHistory history, String expected) { argument
152 private void previousSnippetAndAssert(EditingHistory history, String expected) { argument
/openjdk9/langtools/test/lib/combo/tools/javac/combo/
H A DTemplateTest.java44 private void assertTemplate(String expected, String template) { argument
/openjdk9/langtools/test/tools/javac/
H A DQualifiedThisAndSuper_1.java64 void check(String expr, String result, String expected) { argument
H A DT6238612.java84 void check(String[] array, int i, String expected) { argument
H A DT6993301.java97 private <T> void assertEquals(T expected, T actual) { argument
/openjdk9/jdk/test/javax/sound/midi/Gervill/AudioFloatConverter/
H A DBits64ToFromFloatArray.java117 private static void test(final Encoding enc, final byte[] expected, argument
/openjdk9/jdk/test/java/util/Collection/testlibrary/
H A DCollectionSupplier.java69 public final List<Integer> expected; field in class:CollectionSupplier.TestCase
/openjdk9/jdk/test/java/util/zip/
H A DTestLocalTime.java99 static void test(byte[] zbytes, LocalDateTime expected) throws Throwable { argument
121 static void check(ZipEntry ze, LocalDateTime expected) { argument
[all...]
/openjdk9/jdk/test/javax/xml/jaxp/PrecisionDecimalDV/
H A DXPrecisionDecimalToString.java92 private static void test(String ival, String fval, int sign, int pvalue, String expected) { argument
/openjdk9/jdk/test/java/text/BreakIterator/
H A DBug4533872.java52 static final String[][] expected = { field in class:Bug4533872
[all...]
H A DBug6513074.java88 testBreakIterator(BreakIterator bi, String type, String source, String expected, String description) argument
/openjdk9/jdk/test/java/text/Format/MessageFormat/
H A DMessageFormatsByArgumentIndex.java93 private static void checkPattern(String actual, String expected) { argument
99 private static void checkSubformatLength(Format[] subformats, int expected) { argument
105 private static void checkSubformat(Format[] subformats, int index, Format expected) { argument
[all...]
/openjdk9/jdk/test/java/text/Format/NumberFormat/
H A DBigDecimalCompatibilityTest.java126 static void check(Number got, BigDecimal expected, int multiplier) { argument
/openjdk9/jdk/test/java/text/Format/common/
H A DBug6215962.java80 static void check(MessageFormat f1, MessageFormat f2, boolean expected) { argument
107 static void check(ChoiceFormat f1, ChoiceFormat f2, boolean expected) { argument
155 static void check(DateFormatSymbols dfs1, DateFormatSymbols dfs2, boolean expected) { argument
/openjdk9/jdk/test/java/time/tck/java/time/format/
H A DTCKLocalizedFieldPrinter.java96 public void test_localizedDayOfWeek(String pattern, String expected) { argument
/openjdk9/jdk/test/java/time/test/java/time/format/
H A DTestCharLiteralParser.java129 public void test_parse_error(char c, String text, int pos, Class<?> expected) { argument
H A DTestDateTimeTextProvider.java137 public void test_getText(TemporalField field, Number value, TextStyle style, Locale locale, String expected) { argument
H A DTestDateTimeTextProviderWithLocale.java141 public void test_getText(TemporalField field, Number value, TextStyle style, Locale locale, String expected) { argument
H A DTestStringLiteralParser.java132 public void test_parse_error(String s, String text, int pos, Class<?> expected) { argument
/openjdk9/jdk/test/jdk/internal/reflect/Reflection/
H A DGetCallerClassWithDepth.java55 static void assertEquals(Class<?> c, Class<?> expected) { argument
/openjdk9/jdk/test/sun/java2d/marlin/
H A DCrashNaNTest.java400 checkPixel(final Raster raster, final int x, final int y, final int expected) argument
H A DCrashPaintTest.java154 checkPixel(final Raster raster, final int x, final int y, final int expected) argument
H A DCeilAndFloorTests.java71 private static int testCeilCase(float input, float expected) { argument
41 test(String testName, float input, float result, float expected) argument
54 test_skip_0(String testName, float input, float result, float expected) argument
81 testFloorCase(float input, float expected) argument
[all...]

Completed in 322 milliseconds

1234567891011>>