public class LazyCsvAnnotationBeanReaderTest extends Object
| コンストラクタと説明 |
|---|
LazyCsvAnnotationBeanReaderTest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setUp() |
void |
testInit_noMatchColumnSize()
初期化に失敗する場合 - Beanに定義してある情報とCSVの列数が一致しない場合
|
void |
testInit_nonDeterminedColumnNumbers()
初期化に失敗する場合 - Beanに定義してある情報とCSVのヘッダーが一致しない場合
|
void |
testLines_normal()
Streamで読み込むテスト - 正常時
|
void |
testRead_fixedColumn()
固定長のカラムを読み込む
|
void |
testRead_notInit()
初期化が完了していない場合
|
void |
testRead_parital()
部分的にカラムを読み込む
|
void |
testRead_withHandler_normal()
ハンドラ指定で読み込むテスト - 正常データのみ
|
void |
testRead()
正常系のテスト
|
void |
testReadAll_error_column()
全件読み込み - カラムにエラーがある場合
|
void |
testReadAll_error_continueOnError()
全件読み込み - カラムにエラーがある場合も処理を続ける
|
void |
testReadAll_noHeader_noInit()
全て読み込み- CSVファイルにヘッダーがない場合 - 初期化をしていない場合
|
void |
testReadAll_noHeader()
全て読み込み - CSVファイルにヘッダーがない場合
|
void |
testReadAll()
全て読み込む - 初期化は自動的う。
|
public void testRead()
throws IOException
IOExceptionpublic void testReadAll_noHeader()
throws Exception
Exceptionpublic void testReadAll_noHeader_noInit()
throws Exception
Exceptionpublic void testReadAll_error_column()
throws Exception
Exceptionpublic void testReadAll_error_continueOnError()
throws Exception
Exceptionpublic void testInit_noMatchColumnSize()
throws Exception
Exceptionpublic void testInit_nonDeterminedColumnNumbers()
throws Exception
Exceptionpublic void testRead_fixedColumn()
throws IOException
IOExceptionpublic void testRead_withHandler_normal()
throws IOException
IOExceptionpublic void testLines_normal()
throws IOException
IOExceptionCopyright © 2025 mygreen. All rights reserved.