From 4a6be1a59d362b435b8f69da79ffa1bb7a8403a1 Mon Sep 17 00:00:00 2001 From: Tassilo Weidner <3015690+tasso94@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:46:53 +0200 Subject: [PATCH] chore(README): add assert and junit 5 examples related to CAM-14461 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f9303692e..75e5c576a 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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