Regenerated lazy resolve test.

This commit is contained in:
Evgeny Gerashchenko
2012-10-26 21:12:00 +04:00
parent 78d62fa0c0
commit 58b904adb9
@@ -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")