Skip to content

Commit

Permalink
chore(README): add assert and junit 5 examples
Browse files Browse the repository at this point in the history
related to CAM-14461
  • Loading branch information
tasso94 authored Apr 8, 2022
1 parent c64c204 commit 4a6be1a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ If you clone this repository, use the checkout commands to access the sources fo
* [External Task Client](#external-task-client)
* [External Task Client Spring](#external-task-client-spring)
* [External Task Client Spring Boot](#external-task-client-spring-boot)
* [Testing](#testing)

### Getting Started with Camunda Platform

Expand Down Expand Up @@ -250,6 +251,13 @@ If you clone this repository, use the checkout commands to access the sources fo
| ----------------------------------------------------------------------------------------------|-----------------------|---------------------------|
| [Jackson Annotation Example for WildFly](wildfly/jackson-annotations) | Wildfly | War, Servlet |

### Testing

| Name | Keywords |
| -----------------------------------------------------------------------------------------------------|--------------------------|
| [Assert](testing/assert/job-announcement-publication-process) | Testing, Junit 4, Assert |
| [Assert and JUnit 5](testing/junit5/camunda-bpm-junit-assert/) | Testing, Junit 5, Assert |
| [Assert and Junit 5: configure a custom process engine](testing/junit5/camunda-bpm-junit-use-engine) | Testing, Junit 5, Assert |

## Contributing

Expand Down

0 comments on commit 4a6be1a

Please sign in to comment.