|
||||||||||
| 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.SiteCopyTest
SiteCopyTest is collection of all of the tests on SiteCopys and
SiteCopy peers.
| Nested Class Summary | |
protected class |
SiteCopyTest.DbSaveAndWait
Inner class to assist one of the tests that was tripping over itself by running too fast. |
protected class |
SiteCopyTest.DbWaitAndSave
Inner class to assist one of the tests that was tripping over itself by running too fast. |
| Field Summary | |
static Session |
SESSION
the hibernate session |
static SessionFactory |
SESSION_FACTORY
the hibernate session factory |
| Constructor Summary | |
SiteCopyTest()
null constructor |
|
SiteCopyTest(String name)
constructor that takes a test name |
|
| Method Summary | |
void |
setUp()
set up hibernate session factory and open session. |
static Test |
suite()
test suite |
void |
tearDown()
close hibernate session. |
void |
testCreateEditAndDeleteSiteCopy()
tests that we can create some site copy, edit it and resave it, and delete it. |
void |
testInit()
just tests that set up and tear down work okay. |
void |
testLoadLatest()
tests that we can load the most recently modified piece of site copy for a particular section. |
void |
testLoadLatestWithBadLocale()
tests that we can create some site copy, edit it and resave it, and delete it. |
void |
testRefernentialIntegrity()
tests that if we delete an author of a story the story is still a valid object. |
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 SiteCopyTest()
public SiteCopyTest(String name)
name - the name of this suite of tests| Method Detail |
public void testInit()
public void testCreateEditAndDeleteSiteCopy()
public void testLoadLatestWithBadLocale()
public void testRefernentialIntegrity()
public void testLoadLatest()
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 | |||||||||