jp.ne.mki.wedge.junit.rule
インタフェース RuleTestConstants

既知の実装クラスの一覧:
RuleRunner, RuleResult

public interface RuleTestConstants


フィールドの概要
static int CANCEL
           
static int ERROR
           
static int IO_ERROR
           
static int IO_ERROR_EXECUTE_PARAMETER
           
static int IO_ERROR_IN
           
static int IO_ERROR_IO_MUST_SAME_COUNT
           
static int IO_ERROR_ITEM_TYPE
           
static int IO_ERROR_OUT
           
static int IO_ERROR_PARAMETER
           
static int NONE
           
static int OK
           
static int SKIP
           
static int TYPE_COLUMN
          アイテムタイプ が COLTEXT
static int TYPE_KEY_COLUMN
          アイテムタイプ が BoxKey
static int TYPE_LIST_COLUMN
          アイテムタイプ が BoxList
static int TYPE_PROCESS_BLOCK
          アイテムタイプ が ProcessBlock
static int TYPE_TEXT
          アイテムタイプ が TEXT
static int USER_ERROR
           
 

フィールドの詳細

NONE

public static final int NONE

OK

public static final int OK

ERROR

public static final int ERROR

SKIP

public static final int SKIP

CANCEL

public static final int CANCEL

USER_ERROR

public static final int USER_ERROR

IO_ERROR

public static final int IO_ERROR

IO_ERROR_IN

public static final int IO_ERROR_IN

IO_ERROR_OUT

public static final int IO_ERROR_OUT

IO_ERROR_IO_MUST_SAME_COUNT

public static final int IO_ERROR_IO_MUST_SAME_COUNT

IO_ERROR_ITEM_TYPE

public static final int IO_ERROR_ITEM_TYPE

IO_ERROR_PARAMETER

public static final int IO_ERROR_PARAMETER

IO_ERROR_EXECUTE_PARAMETER

public static final int IO_ERROR_EXECUTE_PARAMETER

TYPE_COLUMN

public static final int TYPE_COLUMN
アイテムタイプ が COLTEXT

TYPE_TEXT

public static final int TYPE_TEXT
アイテムタイプ が TEXT

TYPE_KEY_COLUMN

public static final int TYPE_KEY_COLUMN
アイテムタイプ が BoxKey

TYPE_LIST_COLUMN

public static final int TYPE_LIST_COLUMN
アイテムタイプ が BoxList

TYPE_PROCESS_BLOCK

public static final int TYPE_PROCESS_BLOCK
アイテムタイプ が ProcessBlock