public class CsvAnnotationBeanWriterTest extends Object
| コンストラクタと説明 |
|---|
CsvAnnotationBeanWriterTest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
setUp() |
void |
testWrite_error_column_value()
書き込みのテスト - 値が不正
|
void |
testWrite_fixedLength()
書き込みのテスト - 固定長のテスト
|
void |
testWrite_ignoreValidation()
書き込みのテスト - 制約のチェックをスキップ
|
void |
testWrite_normal()
書き込みのテスト - 正常
|
void |
testWrite_partial()
書き込みのテスト - 部分的に書き込む。
|
void |
testWrite_withHandler_error_column()
ハンドラ指定で書き込むテスト - エラーがある場合
|
void |
testWrite_withHandler_normal()
ハンドラ指定で書き込むテスト - 正常処理
|
void |
testWriteAll_append()
書き込みのテスト - 追加書き込み
|
void |
testWriteAll_custom_preference()
書き込みのテスト -
CsvPreferenceのカスタマイズ |
void |
testWriteAll_normal()
書き込みのテスト - 正常
|
void |
writeAll_error_column_continueOnError()
全件書き込みのテスト - エラーがある場合も処理を続ける
|
void |
writeAll_error_column()
全件書き込みのテスト - デフォルト設定 - エラーがある場合
|
public void testWrite_normal()
throws IOException
IOExceptionpublic void testWriteAll_normal()
throws IOException
IOExceptionpublic void testWriteAll_append()
throws IOException
IOExceptionpublic void writeAll_error_column()
throws IOException
IOExceptionpublic void writeAll_error_column_continueOnError()
throws IOException
IOExceptionpublic void testWriteAll_custom_preference()
throws IOException
CsvPreferenceのカスタマイズIOExceptionpublic void testWrite_error_column_value()
throws IOException
IOExceptionpublic void testWrite_ignoreValidation()
throws IOException
IOExceptionpublic void testWrite_partial()
throws IOException
IOExceptionpublic void testWrite_fixedLength()
throws Exception
Exceptionpublic void testWrite_withHandler_normal()
throws IOException
IOExceptionpublic void testWrite_withHandler_error_column()
throws IOException
IOExceptionCopyright © 2025 mygreen. All rights reserved.