Package com.logicaldoc.util.junit
Class AbstractTestCase
java.lang.Object
com.logicaldoc.util.junit.AbstractTestCase
- Direct Known Subclasses:
- AbstractWebappTestCase
Abstract test case that of database and context initialization.
- Since:
- 8.8.5
- Author:
- Matteo Caruso - LogicalDOC
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
stopwatchpublic org.junit.rules.Stopwatch stopwatch
 
- 
- 
Constructor Details- 
AbstractTestCasepublic AbstractTestCase()
 
- 
- 
Method Details- 
setUp- Throws:
- IOException
- SQLException
- PluginException
 
- 
tearDown- Throws:
- IOException
 
 
-