|
||||||||||
| 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.davesag.generica.test.UserTest
The UserTest is collection of all of the tests on User s and UserPeer s.
| Field Summary | |
static Session |
SESSION
the hibernate session |
static SessionFactory |
SESSION_FACTORY
the hibernate session factory |
| Constructor Summary | |
UserTest()
null constructor |
|
UserTest(String name)
constructor that takes a test name |
|
| Method Summary | |
void |
setUp()
create the hibernnate session factory and open the session. |
static Test |
suite()
test suite |
void |
tearDown()
close the hibernate session |
void |
testCreateExistsLoginEditAndDeleteUser()
Tests that we can create a user, that they then exist, that we can log in as them, edit them resave them and then delete them. |
void |
testInit()
just tests that set up and tear down work okay. |
void |
testLoadAll()
creates 4 users, tests that we calload them with various sort orders then deletes them again. |
String |
toString()
test name |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName |
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static SessionFactory SESSION_FACTORY
public static Session SESSION
| Constructor Detail |
public UserTest()
public UserTest(String name)
name - the name of this suite of tests| Method Detail |
public void testInit()
public void testCreateExistsLoginEditAndDeleteUser()
public void testLoadAll()
public void setUp()
throws Exception
Exception - if anything went wrong
public void tearDown()
throws Exception
Exception - if anything went wrongpublic static Test suite()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||