org.seasar.junitcdi.core.event
注釈型 TestStarted


@Qualifier
@Documented
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface TestStarted

テストメソッドが開始されるイベントを受け取るための注釈です.

Description型のパラメータに注釈します.

 public void onTestStarted(@Observes @TestStarted Description description) {...}
 

作成者:
koichik
関連項目:
RunListener.testStarted(org.junit.runner.Description)



Copyright © 2010 The Seasar Foundation. All Rights Reserved.