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