Searched refs:TestCases (Results 1 - 17 of 17) sorted by relevance

/openjdk10/langtools/test/tools/javac/annotations/repeatingAnnotations/combo/
H A DDocumentedAnnoCombo.java46 enum TestCases { enum in class:DocumentedAnnoCombo
50 TestCases(boolean compile) { method in class:DocumentedAnnoCombo.TestCases
69 for (TestCases className : TestCases.values()) {
H A DInheritedAnnoCombo.java46 enum TestCases { enum in class:InheritedAnnoCombo
50 TestCases(boolean compile) { method in class:InheritedAnnoCombo.TestCases
69 for (TestCases className : TestCases.values()) {
H A DDeprecatedAnnoCombo.java50 enum TestCases { enum in class:DeprecatedAnnoCombo
64 for (TestCases clName : TestCases.values()) {
/openjdk10/hotspot/test/compiler/compilercontrol/
H A DInlineMatcherTest.java66 TestCases testCases = new TestCases();
174 class TestCases extends ArrayList<TestCase> { class in class:InlineMatcherTest
/openjdk10/hotspot/test/compiler/oracle/
H A DMethodMatcherTest.java63 TestCases testCases = new TestCases();
67 inner = getMethod(TestCases.class, "innerHelper");
106 testCases.add(inner, "compiler/oracle/MethodMatcherTest$TestCases.innerHelper", MATCH);
109 testCases.add(inner, "*$TestCases.innerHelper", MATCH);
110 testCases.add(inner, "*TestCases.innerHelper", MATCH);
111 testCases.add(inner, "TestCases.innerHelper", NO_MATCH);
234 class TestCases extends ArrayList<TestCase> { class in class:MethodMatcherTest
/openjdk10/langtools/test/tools/javac/lambda/
H A DByteCodeTest.java59 for(TestCases tc : TestCases.values()) {
75 private static boolean verifyClassFileAttributes(File classFile, TestCases tc) {
153 enum TestCases { enum in class:ByteCodeTest
365 TestCases(String src, BSMSpecifier bsmSpecifier) { method in class:ByteCodeTest.TestCases
/openjdk10/jdk/test/java/lang/System/Logger/default/
H A DDefaultLoggerTest.java240 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS, enum in class:DefaultLoggerTest
428 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/Logger/custom/
H A DCustomLoggerTest.java278 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:CustomLoggerTest
304 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/BaseLoggerFinderTest/
H A DBaseLoggerFinderTest.java106 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:BaseLoggerFinderTest
125 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/jdk/DefaultLoggerBridgeTest/
H A DDefaultLoggerBridgeTest.java261 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:DefaultLoggerBridgeTest
278 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/LoggerFinderLoaderTest/
H A DLoggerFinderLoaderTest.java240 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:LoggerFinderLoaderTest
435 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/BaseDefaultLoggerFinderTest/
H A DBaseDefaultLoggerFinderTest.java181 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS, enum in class:BaseDefaultLoggerFinderTest
471 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/DefaultLoggerFinderTest/
H A DDefaultLoggerFinderTest.java283 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:DefaultLoggerFinderTest
306 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/BasePlatformLoggerTest/
H A DBasePlatformLoggerTest.java360 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:BasePlatformLoggerTest
378 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/PlatformLoggerBridgeTest/
H A DPlatformLoggerBridgeTest.java494 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:PlatformLoggerBridgeTest
512 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/BaseLoggerBridgeTest/
H A DBaseLoggerBridgeTest.java386 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:BaseLoggerBridgeTest
409 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {
/openjdk10/jdk/test/java/lang/System/LoggerFinder/internal/LoggerBridgeTest/
H A DLoggerBridgeTest.java553 static enum TestCases {NOSECURITY, NOPERMISSIONS, WITHPERMISSIONS}; enum in class:LoggerBridgeTest
571 Stream.of(args).map(TestCases::valueOf).forEach((testCase) -> {

Completed in 213 milliseconds