Fix tests for Gradle kts and groovy dsl

^KT-40527 fixed
This commit is contained in:
Ilya Goncharov
2020-07-22 11:45:01 +03:00
parent ae0bedd2ac
commit e5b0498eb6
@@ -80,9 +80,14 @@ public class YamlNewWizardProjectImportTestGenerated extends AbstractYamlNewWiza
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/simpleNativeTarget/");
}
@TestMetadata("singleplatformJs")
public void testSingleplatformJs() throws Exception {
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singleplatformJs/");
@TestMetadata("singlePlatformJsBrowser")
public void testSinglePlatformJsBrowser() throws Exception {
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/");
}
@TestMetadata("singleplatformJs")
public void testSingleplatformJs() throws Exception {
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/buildFileGeneration/singleplatformJs/");
@TestMetadata("singlePlatformJsBrowser")
public void testSinglePlatformJsBrowser() throws Exception {
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/");
}
}