|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.salespointframework.test.core.user.PassWDGarblerTest
public abstract class PassWDGarblerTest
Covers PassWDGarbler
.
Although PassWDGarbler is an inferface, there are requirements which have to be satisfied by each implementation and which are covered in this TestCase. Sub-class-specific requirements are covered in the TestCase's sub-classes.
Constructor Summary | |
---|---|
PassWDGarblerTest()
|
Method Summary | |
---|---|
protected abstract PassWDGarbler |
getPassWDGarbler()
Returns the PassWDGarbler instance under test. |
protected void |
setUp()
|
void |
testGarblePassWD()
Tests whether a non-empty password is garbled to a non-empty representation. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PassWDGarblerTest()
Method Detail |
---|
protected void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
public void testGarblePassWD()
Tests whether a non-empty password is garbled to a non-empty representation.
protected abstract PassWDGarbler getPassWDGarbler()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |