]> source.dussan.org Git - sonarqube.git/commitdiff
Update DbTester javadoc
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Fri, 11 Sep 2015 09:43:09 +0000 (11:43 +0200)
committerDuarte Meneses <duarte.meneses@sonarsource.com>
Wed, 30 Sep 2015 14:27:11 +0000 (16:27 +0200)
sonar-db/src/test/java/org/sonar/db/DbTester.java

index 86545936b9b10d2ea97f051ff556c91caf7a023d..785f1454a795fa8daa5574576cf154cce8ad93cd 100644 (file)
@@ -59,9 +59,8 @@ import static org.assertj.core.api.Assertions.assertThat;
 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, ...).