org.silverpeas.password.rule
Class AbstractPasswordRuleTest<T extends PasswordRule>

java.lang.Object
  extended by 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
           
 
Constructor Summary
AbstractPasswordRuleTest()
           
 
Method Summary
 void afterTest()
           
protected  T newRuleInstanceForTest()
           
protected  void setBadDefinedSettings()
           
protected  void setCombinationDefinedMoreThanOneSettings()
           
protected  void setDefinedMoreThanOneSettings()
           
protected  void setDefinedSettings()
           
protected  void setNotDefinedSettings()
           
protected  void setNotRequiredSettings()
           
abstract  void testBadDefinedPropertyValues()
           
abstract  void testCombinationDefinedMoreThanOnePropertyValues()
           
abstract  void testDefinedMoreThanOnePropertyValues()
           
abstract  void testDefinedPropertyValues()
           
abstract  void testNotDefinedPropertyValues()
           
abstract  void testNotRequiredPropertyValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NB_LOOP

protected static final int NB_LOOP
See Also:
Constant Field Values
Constructor Detail

AbstractPasswordRuleTest

public AbstractPasswordRuleTest()
Method Detail

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.