Skip to content

Commit

Permalink
Rewrote Zeebe Process Test documentation
Browse files Browse the repository at this point in the history
A lot has been changed since I initially wrote this documentation. This change updates it to the definitive 1.4 version.
I have also renamed the page to reflect the title
  • Loading branch information
remcowesterhoud committed Mar 8, 2022
1 parent 4e8a937 commit b83dbb7
Show file tree
Hide file tree
Showing 4 changed files with 248 additions and 147 deletions.
2 changes: 1 addition & 1 deletion docs/apis-clients/java-client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ ZeebeClient client =
- [Getting Started Guide](https://github.com/camunda-cloud/camunda-cloud-get-started): A comprehensive tutorial that covers Camunda Modeler, Operate, and the Java client.
- [Job worker](job-worker.md): An introduction to the Java client's job worker.
- [Logging](logging.md): An introduction to configuring logging for a Zeebe client.
- [Writing tests](testing.md): An introduction to writing tests that use an embedded version of the workflow engine.
- [Writing tests](zeebe-process-test.md): An introduction to unit testing processes.
- [Examples](/apis-clients/java-client-examples/index.md): A collection of specific examples for different use cases.
145 changes: 0 additions & 145 deletions docs/apis-clients/java-client/testing.md

This file was deleted.

Loading

0 comments on commit b83dbb7

Please sign in to comment.