Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show the assertions on the readme page #368

Open
ingorichtsmeier opened this issue May 20, 2022 · 1 comment
Open

Show the assertions on the readme page #368

ingorichtsmeier opened this issue May 20, 2022 · 1 comment
Labels
kind/documentation Categorizes issue or PR as related to documentation.

Comments

@ingorichtsmeier
Copy link

Description

assertThat(deploymentEvent);

didn't bring much value.

An example like

assertThat(deploymentEvent).containsProcessesByBpmnProcessId("myProcessId"); 

is much better.

@ingorichtsmeier ingorichtsmeier added kind/feature Categorizes an issue or PR as a feature, i.e. new behavior team/process-automation labels May 20, 2022
@remcowesterhoud remcowesterhoud added kind/documentation Categorizes issue or PR as related to documentation. and removed kind/feature Categorizes an issue or PR as a feature, i.e. new behavior labels May 20, 2022
@ingorichtsmeier
Copy link
Author

This improvement should be pushed to https://docs.camunda.io/docs/apis-clients/java-client/zeebe-process-test/ as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/documentation Categorizes issue or PR as related to documentation.
Projects
None yet
Development

No branches or pull requests

3 participants