org.dbunitng.listeners
クラス DbUnitNGContext

java.lang.Object
  上位を拡張 org.dbunitng.listeners.DbUnitNGContext

public class DbUnitNGContext
extends java.lang.Object

DbUnitNGのテストコンテキスト。

作成者:
kiy0taka

メソッドの概要
static DbUnitNGContext currentContext()
          現在のテストコンテキストを取得する。
 int getInvocationCount()
          テストメソッドの実行回数を返す。
 java.lang.String getName()
          テストメソッド名を返す。
 java.lang.Class<?> getTestClass()
          テストクラスを返す。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

currentContext

public static DbUnitNGContext currentContext()
現在のテストコンテキストを取得する。

戻り値:
現在のテストコンテキスト

getName

public java.lang.String getName()
テストメソッド名を返す。

戻り値:
テストメソッド名

getTestClass

public java.lang.Class<?> getTestClass()
テストクラスを返す。

戻り値:
テストクラス

getInvocationCount

public int getInvocationCount()
テストメソッドの実行回数を返す。

戻り値:
テストメソッドの実行回数