]> source.dussan.org Git - sonarqube.git/commitdiff
Update DbTester javadoc
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Fri, 4 Sep 2015 06:27:25 +0000 (08:27 +0200)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Fri, 4 Sep 2015 14:10:57 +0000 (16:10 +0200)
sonar-db/src/test/java/org/sonar/db/DbTester.java

index 80728e047273dc368db72d0a821c0ea7b65aab58..5ed9728972cda52c319aaf47d09b4e1a8394fd89 100644 (file)
@@ -59,9 +59,9 @@ 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 (ft @Rule is used
+ * 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 prepareDbUnit().
+ * Data will be truncated each time you call {@link #truncateTables()}.
  * <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, ...).