Package nablarch.test.core.entity
Class CharsetTestVariation<ENTITY>
java.lang.Object
nablarch.test.core.entity.CharsetTestVariation<ENTITY>
- Type Parameters:
- ENTITY- テスト対象エンティティの型
文字種のバリデーションテストの種類。
- Author:
- T.Kawasaki
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidtestAll()全種類のテストを行う。void適応可能な文字種のテストを行う。void未入力のテストを行う。void最長桁数のテストを行う。void最短桁数のテストを行う。void最長桁数超過のテストを行う。void最短桁数不足のテストを行う。
- 
Constructor Details
- 
Method Details- 
testAllpublic void testAll()全種類のテストを行う。
- 
testMaxLengthpublic void testMaxLength()最長桁数のテストを行う。
- 
testMinLengthpublic void testMinLength()最短桁数のテストを行う。
- 
testOverLimitpublic void testOverLimit()最長桁数超過のテストを行う。
- 
testUnderLimitpublic void testUnderLimit()最短桁数不足のテストを行う。
- 
testEmptyInputpublic void testEmptyInput()未入力のテストを行う。
- 
testAllCharsetVariationpublic void testAllCharsetVariation()適応可能な文字種のテストを行う。
 
-