Package org.silverpeas.core.test.integration.rule
It contains all the JUnit 4 rules to be used in the integration tests. The requirement is the
Mockito framework hasn't to be used. For integration tests, if some stuffs require to be mocked,
then use instead stubs of your own.
- Author:
- mmoquillon
-
Class Summary Class Description DbSetupRule A rule to set up the database before any integration tests implying the persistence engine of Silverpeas.DbSetupRule.TableRow Class to extract data easily from a table row.DbUnitLoadingRule This rule permits to load data into database via DbUnit framework.LoggerReaderRule This rule permits to get all the logs written during the execution of a test.MavenTargetDirectoryRule This rule permits to get some technical path information about maven target directory during a test.TestStatisticRule