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

Add information about writing tests #80

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add link to JUnit documentation
ruishanteo committed Aug 27, 2024
commit a7a2a6f8248a45aa0cef7bd1501b3da5352192b6
2 changes: 1 addition & 1 deletion tutorials/ab3AddRemark.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ We’ll assume that you have already set up the development environment as outli

<panel header="Writing tests">

We will also write tests to ensure that the changes are working as expected. You will find the implementation details of these tests in panels like this one.
We will also write tests to ensure that the changes are working as expected. You will find the implementation details of these tests in panels like this one. For more information about JUnit, refer to the documentation [here](https://junit.org/junit5/docs/current/user-guide/).
</panel>

## Create a new `remark` command