diff --git a/TESTING.md b/TESTING.md index 24ab2f161a2..610b6864bb9 100644 --- a/TESTING.md +++ b/TESTING.md @@ -6,6 +6,9 @@ # Best Practices for Writing Test Cases + + + * write JUnit4-style tests, not JUnit3 * Project `camunda-engine`: If you need a process engine object, use the JUnit rule `org.camunda.bpm.engine.test.util.ProvidedProcessEngineRule`. It ensures that the process engine object is reused across test cases and that certain integrity checks are performed after every test. For example: ```