Renamed test methods.
This commit is contained in:
+2
-2
@@ -42,11 +42,11 @@ public abstract class AbstractLazyResolveNamespaceComparingTest extends KotlinTe
|
||||
return createEnvironmentWithMockJdk(ConfigurationKind.JDK_AND_ANNOTATIONS);
|
||||
}
|
||||
|
||||
protected void doTestCheckingConstructors(String testFileName) throws IOException {
|
||||
protected void doTestCheckingPrimaryConstructors(String testFileName) throws IOException {
|
||||
doTest(testFileName, true);
|
||||
}
|
||||
|
||||
protected void doTestNotCheckingConstructors(String testFileName) throws IOException {
|
||||
protected void doTestNotCheckingPrimaryConstructors(String testFileName) throws IOException {
|
||||
doTest(testFileName, false);
|
||||
}
|
||||
|
||||
|
||||
+308
-308
File diff suppressed because it is too large
Load Diff
@@ -172,9 +172,9 @@ public class GenerateTests {
|
||||
"compiler/tests/",
|
||||
"LazyResolveNamespaceComparingTestGenerated",
|
||||
AbstractLazyResolveNamespaceComparingTest.class,
|
||||
testModel("compiler/testData/loadKotlin", "doTestCheckingConstructors"),
|
||||
testModel("compiler/testData/loadJava", "doTestNotCheckingConstructors"),
|
||||
testModel("compiler/testData/lazyResolve/namespaceComparator", "doTestCheckingConstructors")
|
||||
testModel("compiler/testData/loadKotlin", "doTestCheckingPrimaryConstructors"),
|
||||
testModel("compiler/testData/loadJava", "doTestNotCheckingPrimaryConstructors"),
|
||||
testModel("compiler/testData/lazyResolve/namespaceComparator", "doTestCheckingPrimaryConstructors")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
|
||||
Reference in New Issue
Block a user