alilosoft
02/10/2019, 9:47 PMincludeEngines("spek2")
from my gradle build then all the tests run fine 👍
So my question: Is this behavior intended or is it a bug?
My second problem is related to MockK:raniejade
02/10/2019, 9:49 PMincludeEngines("spek2")
says I want to only run spek2 tests. You have to include the jupiter engine as well.raniejade
02/10/2019, 9:51 PMalilosoft
02/10/2019, 9:57 PMraniejade
02/10/2019, 9:58 PMalilosoft
02/10/2019, 10:02 PMuseJUnitPlatform {
includeEngines("spek2")
}
and run gradle test task the JUnit tests are not discovered???raniejade
02/10/2019, 10:05 PMincludeEngines("spek2", "jupiter")
- jupiter
here is the test engine for JUnit 5.dewildte
02/12/2019, 5:34 AM