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 Summary
Fields inherited from class com.logicaldoc.util.junit.AbstractTestCase
stopwatch
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.logicaldoc.util.junit.AbstractTestCase
tearDown
-
Constructor Details
-
AbstractWebappTestCase
public AbstractWebappTestCase()
-
-
Method Details
-
setUp
- Overrides:
setUp
in classAbstractTestCase
- Throws:
IOException
SQLException
PluginException
-