0
다음은 클래스 이름을 RunTest 다른 클래스에서 가져와야하는 JUnit Runner입니다.다른 클래스에서 Junit 클래스 이름을 얻는 방법
@RunWith(Cucumber.class)
@CucumberOptions(
features = { "src/test/resources/features/Automated" },
tags = { "@Create_Account_Without_Entering_Mandatory_Fields", "[email protected]","[email protected]" }
, dryRun = false,
monochrome = true,
glue = "tv.nativ.mio.automation.stepdef", plugin = {"html:target/cucumber", "json:target/cucumber/cucumber1.json"})
public class RunTest {
}
나는 Thread.dumpStack()
및 Thread.currentThread().getStackTrace()
을 시도했지만 목록