import static org.junit.Assert.fail;
/**
- * This class should be call using @ClassRule in order to create the schema once (if @Rule is used
- * the schema will be recreated before each test).
- * Data will be truncated each time you call {@link #truncateTables()}.
+ * This class should be called using @Rule.
+ * Data is truncated between each tests. The schema is created between each test.
* <p>
* File using {@link DbTester} must be annotated with {@link org.sonar.test.DbTests} so
* that they can be executed on all supported DBs (Oracle, MySQL, ...).