|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.fatwire.gst.foundation.test.CSTest
public abstract class CSTest
NOTE July 6, 2010: The following instructions are not rigorously tested but the class works.
JUnit test base class that allows AssetAPI and limited ICS usage in the absence of the ContentServer web container. Using this class, it is possible to test the DAO layer without requiring deployment to the web container. To set up, follow the following instructions:SessionFactory.getSession(ics)
operates per usual.
Field Summary | |
---|---|
protected COM.FutureTense.Interfaces.ICS |
ics
|
Constructor Summary | |
---|---|
CSTest()
|
|
CSTest(String name)
|
Method Summary | |
---|---|
Properties |
readProperties(String name)
|
protected void |
setUp()
|
protected void |
tearDown()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Field Detail |
---|
protected COM.FutureTense.Interfaces.ICS ics
Constructor Detail |
---|
public CSTest()
public CSTest(String name)
Method Detail |
---|
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
public Properties readProperties(String name) throws IOException
IOException
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |