Searched defs:expectedException (Results 1 - 18 of 18) sorted by relevance

/openjdk10/hotspot/test/testlibrary_tests/whitebox/
H A DBlobSanityTest.java45 runTest(Consumer<Integer> consumer, int val, String testCaseName, Class<? extends Throwable> expectedException) argument
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DLookupTypeTest.java124 public final Class<? extends Throwable> expectedException; field in class:LookupTypeTest.TestCase
126 TestCase(String className, Class<?> accessing, boolean resolve, boolean isPositive, Class<? extends Throwable> expectedException) argument
[all...]
H A DGetVtableIndexForInterfaceTest.java172 public final Class<? extends Throwable> expectedException; field in class:GetVtableIndexForInterfaceTest.TestCase
174 TestCase(Class<?> receiver, Class<?> holder, String methodName, boolean isPositive, Class<? extends Throwable> expectedException) argument
H A DDebugOutputTest.java110 public final Class<? extends Throwable> expectedException; field in class:DebugOutputTest.TestCaseData
112 TestCaseData(int offset, int length, Class<? extends Throwable> expectedException) argument
/openjdk10/hotspot/test/runtime/jni/PrivateInterfaceMethods/
H A DPrivateInterfaceMethods.java136 static void lookup(String definingClass, String method, Class<?> expectedException) { argument
155 test(Object target, String definingClass, String method, int expected, boolean virtual, Class<?> expectedException) argument
[all...]
/openjdk10/jdk/test/java/security/cert/CertificateFactory/invalidEncodedCerts/
H A DDetectInvalidEncoding.java346 protected Throwable expectedException; field in class:DetectInvalidEncoding.DecodeTest
[all...]
/openjdk10/jdk/test/java/net/httpclient/http2/
H A DTLSConnection.java224 expectFailure(String message, Test test, Class<? extends Throwable> expectedException) argument
/openjdk10/langtools/test/tools/javac/file/
H A DSetLocationForModule.java283 checkException(String message, Class<? extends Throwable> expectedException, String expectedMessage, RunnableWithException r) argument
/openjdk10/jdk/test/javax/management/security/
H A DAuthorizationTest.java390 doConnect(Map<String, Object> args, boolean expectedException) argument
456 doCreateRequest(MBeanServerConnection mbsc, ObjectName on, boolean expectedException) argument
495 doGetRequest(MBeanServerConnection mbsc, ObjectName on, boolean expectedException) argument
534 doSetRequest(MBeanServerConnection mbsc, ObjectName on, boolean expectedException) argument
573 doInvokeRequest(MBeanServerConnection mbsc, ObjectName on, boolean expectedException) argument
[all...]
/openjdk10/jdk/test/java/lang/StringBuffer/
H A DSupplementary.java333 static void testAppendCodePoint(int codePoint, Class expectedException) { argument
346 testCodePointCount(StringBuffer sb, int beginIndex, int endIndex, Class expectedException) argument
359 testOffsetByCodePoints(StringBuffer sb, int index, int offset, Class expectedException) argument
/openjdk10/jdk/test/java/lang/StringBuilder/
H A DSupplementary.java347 static void testAppendCodePoint(int codePoint, Class expectedException) { argument
360 testCodePointCount(StringBuilder sb, int beginIndex, int endIndex, Class expectedException) argument
373 testOffsetByCodePoints(StringBuilder sb, int index, int offset, Class expectedException) argument
/openjdk10/jdk/test/java/security/misc/
H A DGetInstanceNullsEmpties.java131 private static void run(Method m, Class expectedException, argument
/openjdk10/jdk/test/com/sun/jdi/
H A DInterfaceMethodsTest.java510 testLookup(ReferenceType targetClass, String methodName, String methodSig, boolean declaredOnly, Class<?> expectedException) argument
/openjdk10/jdk/test/java/lang/invoke/
H A DExplicitCastArgumentsTest.java518 testConversion(TestConversionMode mode, Class<?> from, Class<?> to, Object param, Object expectedResult, boolean failureExpected, Class<? extends Throwable> expectedException) argument
/openjdk10/jdk/test/java/lang/String/
H A DSupplementary.java636 static void testNewString(int[] codePoints, int offset, int count, Class expectedException) { argument
648 testCodePointCount(String str, int beginIndex, int endIndex, Class expectedException) argument
661 testOffsetByCodePoints(String str, int index, int offset, Class expectedException) argument
/openjdk10/test/lib/jdk/test/lib/
H A DUtils.java587 public static void runAndCheckException(Runnable runnable, Class<? extends Throwable> expectedException) { argument
/openjdk10/jdk/test/javax/net/ssl/TLS/
H A DCipherTestUtils.java510 mainServer(PeerFactory peerFactory, String expectedException) argument
528 mainClient(PeerFactory peerFactory, int port, String expectedException) argument
/openjdk10/jdk/test/javax/xml/crypto/dsig/
H A DGenerationTests.java1309 test_create_detached_signature(String canonicalizationMethod, String signatureMethod, String transform, KeyInfoType keyInfo, Content contentType, int port, boolean expectedFailure, Class expectedException) argument

Completed in 115 milliseconds