インタフェース
jp.terasoluna.fw.ex.unit.io.InputSource の使用

InputSource を使用しているパッケージ
jp.terasoluna.fw.ex.unit.io テストデータ作成のための入出力インタフェースです。 
jp.terasoluna.fw.ex.unit.io.impl テストデータ作成のための入出力実装クラス群です。 
jp.terasoluna.fw.ex.unit.util ユーティリティ群です。 
 

jp.terasoluna.fw.ex.unit.io での InputSource の使用
 

InputSource 型のパラメータを持つ jp.terasoluna.fw.ex.unit.io のメソッド
 Comparison InputSource.compare(InputSource<T> src)
          対象の入力ソースと比較します。
 

jp.terasoluna.fw.ex.unit.io.impl での InputSource の使用
 

InputSource を実装している jp.terasoluna.fw.ex.unit.io.impl のクラス
 class AbstractInputSource<T>
          入力ソース抽象クラス。
 class CollectionSource<T>
          Collectionから入力ソースを作成します。
 class CsvSource<T>
          CSVファイルから入力ソースオブジェクトを生成します。
 class DbSource<T>
          DBから入力ソースオブジェクトを生成します。
 

InputSource 型のパラメータを持つ jp.terasoluna.fw.ex.unit.io.impl のメソッド
 Comparison AbstractInputSource.compare(InputSource<T> target)
           
 

jp.terasoluna.fw.ex.unit.util での InputSource の使用
 

InputSource 型のパラメータを持つ jp.terasoluna.fw.ex.unit.util のメソッド
static
<T> void
AssertUtils.assertInputEquals(InputSource<T> expected, Collection<T> actual)
          2つの入力データが等しいことを表明します。
static
<T> void
AssertUtils.assertInputEquals(InputSource<T> expected, InputSource<T> actual)
          2つの入力データが等しいことを表明します。
static
<T> void
AssertUtils.assertInputEquals(InputSource<T> expected, InputSource<T> actual)
          2つの入力データが等しいことを表明します。
 



Copyright © 2011. All Rights Reserved.