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
Reference in New Issue
Block a user