Regenerated lazy resolve test.
This commit is contained in:
+15
-4
@@ -15,13 +15,16 @@
|
||||
*/
|
||||
package org.jetbrains.jet.lang.resolve.lazy;
|
||||
|
||||
import junit.framework.Assert;
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
import java.io.File;
|
||||
import org.jetbrains.jet.JetTestUtils;
|
||||
import org.jetbrains.jet.test.InnerTestClasses;
|
||||
import org.jetbrains.jet.test.TestMetadata;
|
||||
|
||||
import java.io.File;
|
||||
import org.jetbrains.jet.lang.resolve.lazy.AbstractLazyResolveNamespaceComparingTest;
|
||||
|
||||
/** This class is generated by {@link org.jetbrains.jet.lang.resolve.lazy.AbstractLazyResolveNamespaceComparingTest}. DO NOT MODIFY MANUALLY */
|
||||
@InnerTestClasses({LazyResolveNamespaceComparingTestGenerated.LoadKotlin.class, LazyResolveNamespaceComparingTestGenerated.LoadJava.class, LazyResolveNamespaceComparingTestGenerated.NamespaceComparator.class})
|
||||
@@ -139,6 +142,16 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
|
||||
doTestSinglePackage("compiler/testData/loadKotlin/class/NamedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NamedObjectInClassObject.kt")
|
||||
public void testNamedObjectInClassObject() throws Exception {
|
||||
doTestSinglePackage("compiler/testData/loadKotlin/class/NamedObjectInClassObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NamedObjectInNamedObject.kt")
|
||||
public void testNamedObjectInNamedObject() throws Exception {
|
||||
doTestSinglePackage("compiler/testData/loadKotlin/class/NamedObjectInNamedObject.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("NamedObjectWithAnotherTopLevelProperty.kt")
|
||||
public void testNamedObjectWithAnotherTopLevelProperty() throws Exception {
|
||||
doTestSinglePackage("compiler/testData/loadKotlin/class/NamedObjectWithAnotherTopLevelProperty.kt");
|
||||
@@ -1190,9 +1203,7 @@ public class LazyResolveNamespaceComparingTestGenerated extends AbstractLazyReso
|
||||
}
|
||||
|
||||
public void testAllFilesPresentInError() throws Exception {
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(),
|
||||
"org.jetbrains.jet.lang.resolve.lazy.AbstractLazyResolveNamespaceComparingTest",
|
||||
new File("compiler/testData/loadJava/kotlinSignature/error"), "kt", true);
|
||||
JetTestUtils.assertAllTestsPresentByMetadata(this.getClass(), "org.jetbrains.jet.lang.resolve.lazy.AbstractLazyResolveNamespaceComparingTest", new File("compiler/testData/loadJava/kotlinSignature/error"), "kt", true);
|
||||
}
|
||||
|
||||
@TestMetadata("ExplicitFieldGettersAndSetters.kt")
|
||||
|
||||
Reference in New Issue
Block a user