Convert your existing JUnit test methods to Minute...
# minutest
d
Convert your existing JUnit test methods to Minutest with this one easy trick Replace @Test\s+fun[\s|`]+(.?)[`|(].?\) with test("$1")