Skip to content

Commit

Permalink
more useful link destination (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealryan authored Oct 13, 2023
1 parent c8a14d3 commit c70630e
Showing 1 changed file with 2 additions and 13 deletions.
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

0 comments on commit c70630e

Please sign in to comment.