We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af47dbe commit 771b3b6Copy full SHA for 771b3b6
1 file changed
client-java/controller/src/main/java/org/evomaster/client/java/controller/SutHandler.java
@@ -196,7 +196,8 @@ default void registerOrExecuteInitSqlCommandsIfNeeded(){}
196
* reset database if the smart db cleaning is employed
197
* </p>
198
* @param tablesToClean represents a list of table which will be reset based on specified DbSpecification.
199
- * note that null tablesToClean means all table will be reset.
+ * note that `null` tablesToClean means all table will be reset,
200
+ * empty tablesToClean indicates that none of tables will be reset.
201
*/
202
default void resetDatabase(List<String> tablesToClean){}
203
0 commit comments