Wizard: regenerate tests
This commit is contained in:
+30
@@ -35,6 +35,16 @@ public class ProjectTemplateNewWizardProjectImportTestGenerated extends Abstract
|
|||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/backendApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/backendApplication/");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("composeDesktopApplication")
|
||||||
|
public void testComposeDesktopApplication() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeDesktopApplication/");
|
||||||
|
}
|
||||||
|
|
||||||
|
@TestMetadata("composeMultiplatformApplication")
|
||||||
|
public void testComposeMultiplatformApplication() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeMultiplatformApplication/");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("consoleApplication")
|
@TestMetadata("consoleApplication")
|
||||||
public void testConsoleApplication() throws Exception {
|
public void testConsoleApplication() throws Exception {
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/consoleApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/consoleApplication/");
|
||||||
@@ -93,6 +103,16 @@ public class ProjectTemplateNewWizardProjectImportTestGenerated extends Abstract
|
|||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/backendApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/backendApplication/");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("composeDesktopApplication")
|
||||||
|
public void testComposeDesktopApplication() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeDesktopApplication/");
|
||||||
|
}
|
||||||
|
|
||||||
|
@TestMetadata("composeMultiplatformApplication")
|
||||||
|
public void testComposeMultiplatformApplication() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeMultiplatformApplication/");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("consoleApplication")
|
@TestMetadata("consoleApplication")
|
||||||
public void testConsoleApplication() throws Exception {
|
public void testConsoleApplication() throws Exception {
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/consoleApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/consoleApplication/");
|
||||||
@@ -151,6 +171,16 @@ public class ProjectTemplateNewWizardProjectImportTestGenerated extends Abstract
|
|||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/backendApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/backendApplication/");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("composeDesktopApplication")
|
||||||
|
public void testComposeDesktopApplication() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeDesktopApplication/");
|
||||||
|
}
|
||||||
|
|
||||||
|
@TestMetadata("composeMultiplatformApplication")
|
||||||
|
public void testComposeMultiplatformApplication() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeMultiplatformApplication/");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("consoleApplication")
|
@TestMetadata("consoleApplication")
|
||||||
public void testConsoleApplication() throws Exception {
|
public void testConsoleApplication() throws Exception {
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/consoleApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/consoleApplication/");
|
||||||
|
|||||||
+10
-10
@@ -33,6 +33,16 @@ public class ProjectTemplateBuildFileGenerationTestGenerated extends AbstractPro
|
|||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/backendApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/backendApplication/");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@TestMetadata("composeDesktopApplication")
|
||||||
|
public void testComposeDesktopApplication() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeDesktopApplication/");
|
||||||
|
}
|
||||||
|
|
||||||
|
@TestMetadata("composeMultiplatformApplication")
|
||||||
|
public void testComposeMultiplatformApplication() throws Exception {
|
||||||
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeMultiplatformApplication/");
|
||||||
|
}
|
||||||
|
|
||||||
@TestMetadata("consoleApplication")
|
@TestMetadata("consoleApplication")
|
||||||
public void testConsoleApplication() throws Exception {
|
public void testConsoleApplication() throws Exception {
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/consoleApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/consoleApplication/");
|
||||||
@@ -72,14 +82,4 @@ public class ProjectTemplateBuildFileGenerationTestGenerated extends AbstractPro
|
|||||||
public void testNativeApplication() throws Exception {
|
public void testNativeApplication() throws Exception {
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/nativeApplication/");
|
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/nativeApplication/");
|
||||||
}
|
}
|
||||||
|
|
||||||
@TestMetadata("сomposeMultiplatformApplication")
|
|
||||||
public void testComposeMultiplatformApplication() throws Exception {
|
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeMultiplatformApplication/");
|
|
||||||
}
|
|
||||||
|
|
||||||
@TestMetadata("composeDesktopApplication")
|
|
||||||
public void testComposeDesktopApplication() throws Exception {
|
|
||||||
runTest("libraries/tools/new-project-wizard/new-project-wizard-cli/testData/projectTemplatesBuildFileGeneration/composeDesktopApplication/");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user