/* * Copyright 2010-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.jetbrains.kotlin.idea.decompiler.stubBuilder; import com.intellij.testFramework.TestDataPath; import org.jetbrains.kotlin.test.JUnit3RunnerWithInners; import org.jetbrains.kotlin.test.KotlinTestUtils; import org.jetbrains.kotlin.test.TargetBackend; import org.jetbrains.kotlin.test.TestMetadata; import org.junit.runner.RunWith; import java.io.File; import java.util.regex.Pattern; /** This class is generated by {@link org.jetbrains.kotlin.generators.tests.TestsPackage}. DO NOT MODIFY MANUALLY */ @SuppressWarnings("all") @TestMetadata("idea/testData/decompiler/stubBuilder") @TestDataPath("$PROJECT_ROOT") @RunWith(JUnit3RunnerWithInners.class) public class ClsStubBuilderTestGenerated extends AbstractClsStubBuilderTest { public void testAllFilesPresentInStubBuilder() throws Exception { KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/decompiler/stubBuilder"), Pattern.compile("^([^\\.]+)$"), TargetBackend.ANY, false); } @TestMetadata("AnnotatedFlexibleTypes") public void testAnnotatedFlexibleTypes() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/AnnotatedFlexibleTypes/"); doTest(fileName); } @TestMetadata("AnnotationClass") public void testAnnotationClass() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/AnnotationClass/"); doTest(fileName); } @TestMetadata("Annotations") public void testAnnotations() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/Annotations/"); doTest(fileName); } @TestMetadata("AnnotationsOnNullableTypes") public void testAnnotationsOnNullableTypes() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/AnnotationsOnNullableTypes/"); doTest(fileName); } @TestMetadata("AnnotationsOnParenthesizedTypes") public void testAnnotationsOnParenthesizedTypes() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/AnnotationsOnParenthesizedTypes/"); doTest(fileName); } @TestMetadata("AnonymousReturnWithGenericType") public void testAnonymousReturnWithGenericType() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/AnonymousReturnWithGenericType/"); doTest(fileName); } @TestMetadata("ClassMembers") public void testClassMembers() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/ClassMembers/"); doTest(fileName); } @TestMetadata("ClassObject") public void testClassObject() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/ClassObject/"); doTest(fileName); } @TestMetadata("Const") public void testConst() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/Const/"); doTest(fileName); } @TestMetadata("DataClass") public void testDataClass() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/DataClass/"); doTest(fileName); } @TestMetadata("Delegation") public void testDelegation() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/Delegation/"); doTest(fileName); } @TestMetadata("DependencyOnNestedClasses") public void testDependencyOnNestedClasses() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/DependencyOnNestedClasses/"); doTest(fileName); } @TestMetadata("Enum") public void testEnum() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/Enum/"); doTest(fileName); } @TestMetadata("FlexibleTypes") public void testFlexibleTypes() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/FlexibleTypes/"); doTest(fileName); } @TestMetadata("InheritingClasses") public void testInheritingClasses() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/InheritingClasses/"); doTest(fileName); } @TestMetadata("InnerTypes") public void testInnerTypes() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/InnerTypes/"); doTest(fileName); } @TestMetadata("LocalClass") public void testLocalClass() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/LocalClass/"); doTest(fileName); } @TestMetadata("Modifiers") public void testModifiers() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/Modifiers/"); doTest(fileName); } @TestMetadata("MultifileClass") public void testMultifileClass() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/MultifileClass/"); doTest(fileName); } @TestMetadata("NamedCompanionObject") public void testNamedCompanionObject() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/NamedCompanionObject/"); doTest(fileName); } @TestMetadata("NestedClasses") public void testNestedClasses() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/NestedClasses/"); doTest(fileName); } @TestMetadata("Objects") public void testObjects() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/Objects/"); doTest(fileName); } @TestMetadata("PrivateToThis") public void testPrivateToThis() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/PrivateToThis/"); doTest(fileName); } @TestMetadata("Sealed") public void testSealed() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/Sealed/"); doTest(fileName); } @TestMetadata("SecondaryConstructors") public void testSecondaryConstructors() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/SecondaryConstructors/"); doTest(fileName); } @TestMetadata("SuspendLambda") public void testSuspendLambda() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/SuspendLambda/"); doTest(fileName); } @TestMetadata("TopLevelMembersAnnotatedKt") public void testTopLevelMembersAnnotatedKt() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/TopLevelMembersAnnotatedKt/"); doTest(fileName); } @TestMetadata("TopLevelMembersKt") public void testTopLevelMembersKt() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/TopLevelMembersKt/"); doTest(fileName); } @TestMetadata("TypeAliases") public void testTypeAliases() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/TypeAliases/"); doTest(fileName); } @TestMetadata("TypeBoundsAndDelegationSpecifiers") public void testTypeBoundsAndDelegationSpecifiers() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/TypeBoundsAndDelegationSpecifiers/"); doTest(fileName); } @TestMetadata("TypeModifiers") public void testTypeModifiers() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/TypeModifiers/"); doTest(fileName); } @TestMetadata("TypeParams") public void testTypeParams() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/TypeParams/"); doTest(fileName); } @TestMetadata("Types") public void testTypes() throws Exception { String fileName = KotlinTestUtils.navigationMetadata("idea/testData/decompiler/stubBuilder/Types/"); doTest(fileName); } }