Uses of Class
de.cuioss.test.jsf.validator.TestItems
-
Packages that use TestItems Package Description de.cuioss.test.jsf.validator Contains a classes and helper object simplifying the tests ofValidator. -
-
Uses of TestItems in de.cuioss.test.jsf.validator
Methods in de.cuioss.test.jsf.validator that return TestItems Modifier and Type Method Description TestItems<T>TestItems. addInvalid(T value)Add to TestData Store a Test item which must fail withValidatorExceptionTestItems<T>TestItems. addInvalidWithMessage(T value, String message)Add to TestData Store a Test item which must fail withValidatorExceptionTestItems<T>TestItems. addValid(T value)Add to TestData Store a Test item which must fail withValidatorExceptionMethods in de.cuioss.test.jsf.validator with parameters of type TestItems Modifier and Type Method Description abstract voidAbstractValidatorTest. populate(TestItems<T> testItems)Populates the test-items
-