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

Assertion .hasPassed() should accept a list as parameter #370

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

Assertion .hasPassed() should accept a list as parameter #370

ingorichtsmeier opened this issue May 20, 2022 · 1 comment
Labels
hacktoberfest Marks an issue as a candidate to be a Hacktoberfest contribution kind/feature Categorizes an issue or PR as a feature, i.e. new behavior

Comments

@ingorichtsmeier
Copy link

Description

While .isWaitingAtElements(String... elementIds) is available with a list of elements, .hasPassedElement(String elementId) accepts only a single element.

It's more likely that you will check for a list of passed elements then for several elements waiting at when you progress in your process instance.

Please add an assertion like .hasPassedElements(String... elementIds).

@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 the hacktoberfest Marks an issue as a candidate to be a Hacktoberfest contribution label Sep 30, 2022
@saig0
Copy link
Member

saig0 commented May 31, 2024

Note

Heads up! We are building a new Java testing library for Camunda 8.6. The new library will replace Zeebe Process Test.
Read more about upcoming changes here and stay tuned for updates. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Marks an issue as a candidate to be a Hacktoberfest contribution kind/feature Categorizes an issue or PR as a feature, i.e. new behavior
Projects
None yet
Development

No branches or pull requests

4 participants