public class TestDescription
extends org.junit.rules.TestWatcher
Constructor and Description |
---|
TestDescription() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName()
実行中のテストメソッド名を取得する。
|
java.lang.Class<?> |
getTestClass()
実行中のテストクラスを取得する。
|
java.lang.String |
getTestClassSimpleName()
実行中のテストクラス名を取得する。
|
protected void |
starting(org.junit.runner.Description d) |
protected void starting(org.junit.runner.Description d)
starting
in class org.junit.rules.TestWatcher
public java.lang.Class<?> getTestClass()
public java.lang.String getTestClassSimpleName()
public java.lang.String getMethodName()