Fix tests for Gradle kts and groovy dsl
^KT-40527 fixed
This commit is contained in:
+16
-6
@@ -80,9 +80,14 @@ public class YamlNewWizardProjectImportTestGenerated extends AbstractYamlNewWiza
|
|||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/simpleNativeTarget/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/simpleNativeTarget/");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("singleplatformJs")
|
@TestMetadata("singlePlatformJsBrowser")
|
||||||
public void testSingleplatformJs() throws Exception {
|
public void testSinglePlatformJsBrowser() throws Exception {
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singleplatformJs/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singlePlatformJsBrowser/");
|
||||||
|
}
|
||||||
|
|
||||||
|
@TestMetadata("singlePlatformJsNode")
|
||||||
|
public void testSinglePlatformJsNode() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singlePlatformJsNode/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -148,9 +153,14 @@ public class YamlNewWizardProjectImportTestGenerated extends AbstractYamlNewWiza
|
|||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/simpleNativeTarget/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/simpleNativeTarget/");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("singleplatformJs")
|
@TestMetadata("singlePlatformJsBrowser")
|
||||||
public void testSingleplatformJs() throws Exception {
|
public void testSinglePlatformJsBrowser() throws Exception {
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singleplatformJs/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singlePlatformJsBrowser/");
|
||||||
|
}
|
||||||
|
|
||||||
|
@TestMetadata("singlePlatformJsNode")
|
||||||
|
public void testSinglePlatformJsNode() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singlePlatformJsNode/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user