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


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

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

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

 public void onTestIgnored(@Observes @TestIgnored Description description) {...}
 

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



Copyright © 2010 The Seasar Foundation. All Rights Reserved.