Searched defs:expected (Results 201 - 225 of 711) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/java/lang/invoke/lambda/
H A DLambdaSerialization.java73 static void readAssert(ObjectInputStream in, String expected) throws IOException, ClassNotFoundException { argument
/openjdk9/jdk/test/java/awt/font/NumericShaper/
H A DShapingTest.java154 checkResult(String ranges, NumericShaper ns, String given, String expected) argument
[all...]
/openjdk9/jdk/test/java/beans/Introspector/
H A DTest6707231.java72 private static void test(Class<?> actual, Class<?> expected) { argument
H A DTest6528714.java38 private static void test(Class type, String name, Class expected) { argument
/openjdk9/jdk/test/java/io/DataInputStream/
H A DSkipBytes.java33 dotest(DataInputStream dis, int pos, int total, int toskip, int expected) argument
/openjdk9/jdk/test/java/io/FilePermission/
H A DCorrectness.java138 static void contains(String s1, String s2, int expected) throws Exception { argument
148 static void contains0(String s1, String s2, int expected) throws Exception { argument
165 static void check0(String s1, String s2, boolean expected) { argument
178 check(String s1, String s2, boolean expected) argument
[all...]
/openjdk9/jdk/test/java/awt/MenuBar/RemoveHelpMenu/
H A DRemoveHelpMenu.java61 private static void checkHelpMenu(final Menu menu, final boolean expected) { argument
68 private static void checkMenuCount(final MenuBar bar, final int expected) { argument
/openjdk9/jdk/test/java/beans/PropertyEditor/6380849/
H A DTestPropertyEditor.java73 private static void test(Class<?> type, Class<? extends PropertyEditor> expected) { argument
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/KeyWrap/
H A DNISTWrapKAT.java59 testKeyWrap(int keyLen, int dataLen, String expected) argument
/openjdk9/jdk/test/com/sun/net/httpserver/bugs/
H A DB6393710.java107 static boolean readAndCheck (InputStream is, String expected) throws IOException { argument
/openjdk9/jdk/test/java/lang/reflect/Constructor/
H A DGenericStringTest.java58 private static int checkForFailure(String expected, String actual) { argument
/openjdk9/jdk/test/java/math/BigDecimal/
H A DSquareRootTests.java198 private static int compare(BigDecimal a, BigDecimal b, boolean expected, String prefix) { argument
215 compareNumerically(BigDecimal a, BigDecimal b, int expected, String prefix) argument
[all...]
H A DStringConstructor.java144 private static void testString(String s, BigDecimal expected) { argument
149 private static void testString0(String s, BigDecimal expected) { argument
H A DIntegralDivisionTests.java184 divideContextTests(BigDecimal dividend, BigDecimal divisor, BigDecimal expected, MathContext mc) argument
202 divideContextTest(BigDecimal dividend, BigDecimal divisor, BigDecimal expected, MathContext mc) argument
[all...]
/openjdk9/jdk/test/java/net/Authenticator/
H A DB4722333.java41 static String [][] expected = { field in class:B4722333
/openjdk9/jdk/test/java/net/URL/
H A DConstructor.java85 final String expected; field in class:Constructor.Entry
86 Entry(String context, String spec, String expected) { argument
/openjdk9/jdk/test/java/nio/Buffer/
H A DBasic.java104 static void fail(Buffer b, long expected, long got) { argument
115 static void ck(Buffer b, long got, long expected) { argument
120 static void ck(Buffer b, float got, float expected) { argument
79 fail(Buffer b, String expected, char expectedChar, String got, char gotChar) argument
127 ck(Buffer b, double got, double expected) argument
[all...]
H A DOrder.java40 static void ck(ByteOrder ord, ByteOrder expected) { argument
/openjdk9/jdk/test/java/nio/channels/FileChannel/
H A DTransfer.java236 static void checkFileData(File file, String expected) throws Exception { argument
H A DTruncate.java178 private static void checkException(FileChannel fc, long size, Class<?>... expected) argument
H A DClosedByInterrupt.java166 static void expected(Exception e) { method in class:ClosedByInterrupt
170 static void expected(String msg) { method in class:ClosedByInterrupt
/openjdk9/jdk/test/java/nio/charset/coders/
H A DIsLegalReplacement.java62 static void test(String csn, byte[] repl, boolean expected) argument
/openjdk9/jdk/test/java/nio/file/Files/probeContentType/
H A DBasic.java74 private static int checkContentTypes(String expected, String actual) { argument
/openjdk9/jdk/test/java/net/Socks/
H A DSocksProxyVersion.java43 volatile int expected; field in class:SocksProxyVersion
/openjdk9/jdk/test/java/nio/file/attribute/AclFileAttributeView/
H A DBasic.java109 static void assertEquals(List<AclEntry> actual, List<AclEntry> expected) { argument

Completed in 284 milliseconds

1234567891011>>