You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution failed for task ':meta:test'.
> No tests found for given includes: [xxx.SimpleSpec](--tests filter)
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
So it appears that @RunWith(classOf[MUnitRunner]) annotation doesn't do anything.
The text was updated successfully, but these errors were encountered:
Here is an example:
build.gradle.kts
file:
When executing junit for this test:
So it appears that
@RunWith(classOf[MUnitRunner])
annotation doesn't do anything.The text was updated successfully, but these errors were encountered: