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

more useful link destination #578

Merged
merged 1 commit into from
Oct 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions doc/src/main/markdown/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,7 @@ Stream<DynamicNode> checks() {

Run the test - it should pass.

If you'd prefer to use jUnit4, then [`validation-junit4` is also available][junit4.Validator].

<!-- code_link_start -->

[junit4.Validator]: ../../../../validation/validation-junit4/src/main/java/com/mastercard/test/flow/validation/junit4/Validator.java

<!-- code_link_end -->
If you'd prefer to use jUnit4, then [`validation-junit4` is also available](../../../../validation/validation-junit4).

## Asserting the model against the system

Expand Down Expand Up @@ -341,12 +335,7 @@ The `behaviour()` is where you define the test actions. The behaviour defined he
Run the test - it should pass.
Try changing the message values in the flows or the system behaviour to provoke a failure.

If you'd prefer to use jUnit4, then [`assert-junit4` is also available][junit4.Flocessor].
<!-- code_link_start -->

[junit4.Flocessor]: ../../../../assert/assert-junit4/src/main/java/com/mastercard/test/flow/assrt/junit4/Flocessor.java

<!-- code_link_end -->
If you'd prefer to use jUnit4, then [`assert-junit4` is also available](../../../../assert/assert-junit4).

## Conclusion

Expand Down