org.seasar.framework.unit.annotation
注釈タイプ Prerequisite


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface Prerequisite

テストの実行の事前条件を示します。

作成者:
taedium

必須要素の概要
 String value
          事前条件を表す式です。
 

要素の詳細

value

public abstract String value
事前条件を表す式です。



Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.