EN · DE · RU · FR · ES

#4318: ClearDbTest.java

tools/org.projectforge.tools.schemaexp/src/test/java/org/projectforge/tools/schemaexp/ClearDbTest.java Java class, tools/org.projectforge.tools.schemaexp/src/test/java/org/projectforge/tools/schemaexp/ClearDbTest.java 13 lines · 10 code · 1 comments · 2 blank
Unit/integration test class for `ClearDb`. Contains test methods verifying the behavior and correctness of the corresponding production class.

Git History

f46333761 TestNG and JUnit4 replaced by JUnit5. Some tests (with powermock) are still JUnit4. No more TestNG tests exist.
9ebb88522 Initial commit