Searched defs:TestCase (Results 1 - 25 of 84) sorted by relevance

1234

/openjdk10/jdk/test/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/
H A DTestCase.java28 public interface TestCase { interface
/openjdk10/langtools/test/tools/javac/classfiles/attributes/LineNumberTable/
H A DTestCase.java32 public class TestCase { class
43 public TestCase(String src, Collection<Integer> expectedLines, String name) { method in class:TestCase
/openjdk10/langtools/test/tools/javac/classfiles/attributes/innerclasses/
H A DTestCase.java31 public class TestCase { class
36 public TestCase(String sourceCode, Map<String, Set<String>> class2Flags) { method in class:TestCase
/openjdk10/hotspot/test/native/gc/parallel/
H A Dtest_psAdaptiveSizePolicy.cpp34 struct TestCase { struct
/openjdk10/hotspot/test/compiler/jvmci/common/testcases/
H A DTestCase.java35 public class TestCase { class
/openjdk10/jdk/test/javax/security/auth/x500/X500Principal/
H A DParse.java52 class TestCase { class
57 TestCase(String name, boolean expectedResult) { method in class:TestCase
[all...]
/openjdk10/jdk/test/javax/imageio/stream/
H A DShortStreamTest.java47 private static abstract class TestCase { class in class:ShortStreamTest
[all...]
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DLookupTypeTest.java119 private static class TestCase { class in class:LookupTypeTest
126 public TestCase(String className, Class<?> accessing, boolean resolve, method in class:LookupTypeTest.TestCase
136 public TestCase(String className, Class<?> accessing, boolean resolve, method in class:LookupTypeTest.TestCase
[all...]
H A DFindUniqueConcreteMethodTest.java118 private static class TestCase { class in class:FindUniqueConcreteMethodTest
124 public TestCase(boolean isPositive, Class<?> clazz, Class<?> holder, method in class:FindUniqueConcreteMethodTest.TestCase
132 public TestCase(boolean isPositive, Class<?> clazz, String methodName) { method in class:FindUniqueConcreteMethodTest.TestCase
[all...]
H A DGetClassInitializerTest.java100 private static class TestCase { class in class:GetClassInitializerTest
104 public TestCase(Class<?> clazz, boolean isPositive) { method in class:GetClassInitializerTest.TestCase
[all...]
H A DGetImplementorTest.java118 private static class TestCase { class in class:GetImplementorTest
122 public TestCase(Class<?> iface, Class<?> expectedImplementer) { method in class:GetImplementorTest.TestCase
[all...]
H A DHasFinalizableSubclassTest.java96 private static class TestCase { class in class:HasFinalizableSubclassTest
100 public TestCase(Class<?> clazz, boolean expected) { method in class:HasFinalizableSubclassTest.TestCase
[all...]
H A DResolveMethodTest.java163 private static class TestCase { class in class:ResolveMethodTest
170 public TestCase(Class<?> recv, Class<?> holder, String methodName, method in class:ResolveMethodTest.TestCase
[all...]
H A DGetVtableIndexForInterfaceTest.java167 private static class TestCase { class in class:GetVtableIndexForInterfaceTest
174 public TestCase(Class<?> receiver, Class<?> holder, String methodName, method in class:GetVtableIndexForInterfaceTest.TestCase
184 public TestCase(Class<?> receiver, Class<?> holder, String methodName, method in class:GetVtableIndexForInterfaceTest.TestCase
[all...]
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/BootstrapLogger/
H A DBootstrapLoggerTest.java82 static enum TestCase { enum in class:BootstrapLoggerTest
/openjdk10/jdk/test/java/security/cert/pkix/policyChanges/
H A DTestPolicy.java55 private static class TestCase { class in class:TestPolicy
58 TestCase(String resultTree, String p1, String p2, String p3) { method in class:TestPolicy.TestCase
[all...]
/openjdk10/jdk/test/java/util/Collection/testlibrary/
H A DCollectionSupplier.java55 public static final class TestCase<C extends Collection<Integer>> { class in class:CollectionSupplier
82 public TestCase(String name, Function<Collection<Integer>, C> supplier, C collection) { method in class:CollectionSupplier.TestCase
[all...]
/openjdk10/jdk/test/sun/java2d/cmm/ProfileOp/
H A DSetDataTest.java43 static class TestCase { class in class:SetDataTest
60 public TestCase(String descr, int sig, method in class:SetDataTest.TestCase
[all...]
/openjdk10/jdk/test/sun/security/ssl/SSLSocketImpl/
H A DCloseSocket.java118 interface TestCase { interface in class:CloseSocket
/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DAfterMethodTypeParams.java130 static class TestCase { class in class:AfterMethodTypeParams
133 public TestCase(String snippet, String error) { method in class:AfterMethodTypeParams.TestCase
[all...]
/openjdk10/jdk/test/javax/imageio/plugins/wbmp/
H A DCanDecodeTest.java72 private static class TestCase { class in class:CanDecodeTest
79 public TestCase(String title, byte[] header, method in class:CanDecodeTest.TestCase
[all...]
/openjdk10/hotspot/test/compiler/codecache/cli/
H A DTestSegmentedCodeCacheOption.java61 private static enum TestCase { enum in class:TestSegmentedCodeCacheOption
170 TestCase() { method in class:TestSegmentedCodeCacheOption.TestCase
/openjdk10/hotspot/test/serviceability/dcmd/compiler/
H A DCompilerQueueTest.java167 class TestCase { class in class:CompilerQueueTest
173 public TestCase(in method in class:CompilerQueueTest.TestCase
[all...]
H A DCodelistTest.java173 class TestCase { class in class:CodelistTest
179 public TestCase(in method in class:CodelistTest.TestCase
[all...]
/openjdk10/hotspot/test/compiler/jvmci/
H A DSecurityRestrictionsTest.java82 private enum TestCase { enum in class:SecurityRestrictionsTest

Completed in 191 milliseconds

1234