@Published public class FileSupport extends Object
コンストラクタと説明 |
---|
FileSupport(Class<?> testClass)
コンストラクタ
|
FileSupport(TestSupport testSupport)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
assertFile(String msgOnFail,
String sheetName,
String... groupId)
ファイルの比較を行う。
|
void |
setUpFile(String sheetName,
String... groupId)
ファイルを準備する。
|
void |
setUpFileIfNecessary(String sheetName,
String... groupId)
ファイルを準備する。
|
public FileSupport(Class<?> testClass)
testClass
- テスト対象クラスpublic FileSupport(TestSupport testSupport)
testSupport
- テストサポートクラスpublic void setUpFile(String sheetName, String... groupId)
sheetName
- 取得元シート名groupId
- グループID(オプション)IllegalStateException
- ファイルの情報が取得できていない場合public void setUpFileIfNecessary(String sheetName, String... groupId)
sheetName
- 取得元シート名groupId
- グループID(オプション)