Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ default void registerOrExecuteInitSqlCommandsIfNeeded(){}
* reset database if the smart db cleaning is employed
* </p>
* @param tablesToClean represents a list of table which will be reset based on specified DbSpecification.
* note that null tablesToClean means all table will be reset.
* note that `null` tablesToClean means all table will be reset,
* empty tablesToClean indicates that none of tables will be reset.
*/
default void resetDatabase(List<String> tablesToClean){}

Expand Down