Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running runTest #31

Open
melaasar opened this issue Mar 23, 2020 · 1 comment
Open

Error when running runTest #31

melaasar opened this issue Mar 23, 2020 · 1 comment

Comments

@melaasar
Copy link

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?

@ujhelyiz
Copy link
Member

Hi,

the problem here is almost certainly caused by either the plug-in or the test plug-in not starting correctly that should be described somewhere earlier in the Magicdraw logs, but without that information I cannot really tell what might be the problem. Could you please look for that in the logs?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants