Skip to content

Error when running runTest #31

@melaasar

Description

@melaasar

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions