-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello, I built the project with ./gradlew build assemble. Then, when I execute the tests with:
./gradlew runTest
I get the following exception:
2020-03-23 14:25:41,359 [main] ERROR GENERAL - Commandline action com.incquerylabs.magicdraw.plugin.example.test.runner.TestRunner not found.
java.lang.IllegalArgumentException: Commandline action com.incquerylabs.magicdraw.plugin.example.test.runner.TestRunner not found.
at com.nomagic.magicdraw.commandline.CommandLineActionLauncher.newActionExecuter(CommandLineActionLauncher.java:71)
at com.nomagic.magicdraw.commandline.CommandLineActionLauncher.launch(CommandLineActionLauncher.java:36)
at com.nomagic.magicdraw.ApplicationGateway.start(ApplicationGateway.java:46)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
Do you know why?