org.silverpeas.password.rule
Class AbstractPasswordRuleTest<T extends PasswordRule>
java.lang.Object
org.silverpeas.password.rule.AbstractPasswordRuleTest<T>
- Direct Known Subclasses:
- AtLeastXDigitPasswordRuleTest, AtLeastXLowercasePasswordRuleTest, AtLeastXSpecialCharPasswordRuleTest, AtLeastXUppercasePasswordRuleTest, BlankForbiddenPasswordRuleTest, MaxLengthPasswordRuleTest, MinLengthPasswordRuleTest, SequentialForbiddenPasswordRuleTest
public abstract class AbstractPasswordRuleTest<T extends PasswordRule>
- extends Object
User: Yohann Chastagnier
Date: 08/01/13
|
Field Summary |
protected static int |
NB_LOOP
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NB_LOOP
protected static final int NB_LOOP
- See Also:
- Constant Field Values
AbstractPasswordRuleTest
public AbstractPasswordRuleTest()
afterTest
public void afterTest()
setDefinedSettings
protected void setDefinedSettings()
setDefinedMoreThanOneSettings
protected void setDefinedMoreThanOneSettings()
setCombinationDefinedMoreThanOneSettings
protected void setCombinationDefinedMoreThanOneSettings()
setNotDefinedSettings
protected void setNotDefinedSettings()
setBadDefinedSettings
protected void setBadDefinedSettings()
setNotRequiredSettings
protected void setNotRequiredSettings()
testDefinedPropertyValues
public abstract void testDefinedPropertyValues()
testDefinedMoreThanOnePropertyValues
public abstract void testDefinedMoreThanOnePropertyValues()
testCombinationDefinedMoreThanOnePropertyValues
public abstract void testCombinationDefinedMoreThanOnePropertyValues()
testNotDefinedPropertyValues
public abstract void testNotDefinedPropertyValues()
testBadDefinedPropertyValues
public abstract void testBadDefinedPropertyValues()
testNotRequiredPropertyValues
public abstract void testNotRequiredPropertyValues()
newRuleInstanceForTest
protected T newRuleInstanceForTest()
Copyright © 2016 Silverpeas. All Rights Reserved.