在科特林,有可能使用回蜱這樣的命名方法: fun `i am a test method`(){
Assert.assertEquals("x", "x")
}
的編譯生成帶有下劃線代替空白的方法:「i_am_a_test_method」,這似乎是合理的JVM確實不允許方法與空白afaik。如何Junit和/或Gradle報告這些測試與反勾號的名稱雖然?
我一直在使用vertx junit integration example,但我不明白如何從junit @test方法或junit @ Suite.SuiteClasses運行TestSuite? @RunWith(VertxUnitRunner.class)
public class RunOnContextJUnitTestSuite {
@Rule
public Ru