org.seasar.framework.unit.impl
クラス TestDataPreparerImpl

java.lang.Object
  上位を拡張 org.seasar.framework.unit.impl.TestDataPreparerImpl
すべての実装されたインタフェース:
TestDataPreparer

public class TestDataPreparerImpl
extends Object
implements TestDataPreparer

作成者:
taedium

フィールドの概要
protected  DataAccessor dataAccessor
           
protected static org.seasar.framework.log.Logger logger
           
protected  boolean replaceDb
           
protected  List<String> testDataXlsPaths
           
 
コンストラクタの概要
TestDataPreparerImpl()
           
 
メソッドの概要
 void addTestDataXlsPath(String path)
           
 void prepare(TestContext testContext)
           
protected  void readXlsWriteDb(String path)
           
 void setDataAccessor(DataAccessor dataAccessor)
           
 void setReplaceDb(boolean replaceDb)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

logger

protected static final org.seasar.framework.log.Logger logger

testDataXlsPaths

protected final List<String> testDataXlsPaths

dataAccessor

protected DataAccessor dataAccessor

replaceDb

protected boolean replaceDb
コンストラクタの詳細

TestDataPreparerImpl

public TestDataPreparerImpl()
メソッドの詳細

setDataAccessor

public void setDataAccessor(DataAccessor dataAccessor)

setReplaceDb

public void setReplaceDb(boolean replaceDb)

addTestDataXlsPath

public void addTestDataXlsPath(String path)

prepare

public void prepare(TestContext testContext)
定義:
インタフェース TestDataPreparer 内の prepare

readXlsWriteDb

protected void readXlsWriteDb(String path)


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