0
以下は、クラス名RunTestを別のクラスにする必要があるJUnitランナーです。別のクラスで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()
を試してみましたが、私はそれをお勧めしませんが、あなたは、いくつかの静的変数にテストクラスを思い出すことができ、リストに