Skip to content

Commit

Permalink
study
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhanbiao@yangshipin.cn committed Jun 6, 2023
1 parent 2987afc commit 15af37b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 15af37b

Please sign in to comment.