org.hackystat.sensorbase.resource.users
Class TestPasswordGenerator

java.lang.Object
  extended by org.hackystat.sensorbase.resource.users.TestPasswordGenerator

public class TestPasswordGenerator
extends java.lang.Object

Simple test for the Password Generator.

Author:
Philip Johson

Constructor Summary
TestPasswordGenerator()
           
 
Method Summary
 void testPassword()
          Tests that a password can be created.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPasswordGenerator

public TestPasswordGenerator()
Method Detail

testPassword

public void testPassword()
                  throws java.lang.Exception
Tests that a password can be created.

Throws:
java.lang.Exception - If problems occur.