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


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

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

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

 public void testMethodStarted(@Observes @TestMethodStarted TestInfo testInfo) {...}
 

作成者:
koichik



Copyright © 2010 The Seasar Foundation. All Rights Reserved.