@Published(tag="architect") public static class TestEventListener.Template extends java.lang.Object implements TestEventListener
TestEventListener
実装のテンプレートクラス。TestEventListener.Template
Constructor and Description |
---|
Template() |
Modifier and Type | Method and Description |
---|---|
void |
afterTestClass()
テストクラス毎にテスト実行後に1回呼び出されるコールバック
|
void |
afterTestMethod()
テストメソッド実行後に呼び出されるコールバック
|
void |
beforeTestClass()
テストクラス毎にテスト実行前に1回呼び出されるコールバック
|
void |
beforeTestMethod()
テストメソッド実行前に呼び出されるコールバック
|
void |
beforeTestSuite()
全テスト実行前に1度限り呼び出されるコールバック
|
public void beforeTestSuite()
beforeTestSuite
in interface TestEventListener
public void beforeTestClass()
beforeTestClass
in interface TestEventListener
public void beforeTestMethod()
beforeTestMethod
in interface TestEventListener
public void afterTestMethod()
afterTestMethod
in interface TestEventListener
public void afterTestClass()
afterTestClass
in interface TestEventListener