Package com.logicaldoc.web.junit
Class AbstractWebappTestCase
java.lang.Object
com.logicaldoc.util.junit.AbstractTestCase
com.logicaldoc.web.junit.AbstractWebappTestCase
Abstract test case for the web-application dependent modules. This class
 initialises a test database and prepares the spring test context.
 
All LogicalDOC's tests must extend this test case in order to find a ready and accessible database.
- Since:
- 9.2.1
- Author:
- Marco Meschieri - LogicalDOC
- 
Field SummaryFields inherited from class com.logicaldoc.util.junit.AbstractTestCasestopwatch
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.logicaldoc.util.junit.AbstractTestCasetearDown
- 
Constructor Details- 
AbstractWebappTestCasepublic AbstractWebappTestCase()
 
- 
- 
Method Details- 
setUp- Overrides:
- setUpin class- AbstractTestCase
- Throws:
- IOException
- SQLException
- PluginException
 
 
-