|
||||||||||
| 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.MediaTest
The MediaTest is collection of all of the tests on Media s and MediaPeer s.
| Field Summary | |
static Session |
SESSION
the hibernate session |
static SessionFactory |
SESSION_FACTORY
the hibernate session factory |
| Constructor Summary | |
MediaTest()
null constructor |
|
MediaTest(String name)
constructor that takes a test name |
|
| Method Summary | |
void |
setUp()
set up the hibernate session factory and open session. |
static Test |
suite()
test suite |
void |
tearDown()
close hibernate session |
void |
testCreateExistsEditAndDeleteMedia()
tests that we can create a subscriber, that they then exist, that we can log in as them, edit them resave them and then delete them. |
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 MediaTest()
public MediaTest(String name)
name - the name of this suite of tests| Method Detail |
public void testCreateExistsEditAndDeleteMedia()
public void setUp()
throws Exception
Exception - if anything went wrong
public void tearDown()
throws Exception
Exception - if anything went wrong.public static Test suite()
public String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||