Skip to content

Commit

Permalink
Changed the title for exception handling topic
Browse files Browse the repository at this point in the history
As pointed out in the PR, this commit changes the title of the topic to 'Exception Handling'

Solves Issue: junit-team#3730

---

I hereby agree to the terms of the JUnit Contributor License Agreement.
  • Loading branch information
Driptaroop Das committed Apr 17, 2024
1 parent 750ebb0 commit f13cbcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ NOTE: As of JUnit Jupiter 5.4, it is also possible to use methods from JUnit 4's
as a failure.

[[writing-tests-exceptions]]
=== Other Exceptions
=== Exception Handling

JUnit Jupiter provides robust support for handling test exceptions. This includes the built-in mechanisms for managing test failures due to exceptions, the role of exceptions in implementing assertions, and how to specifically assert non-throwing conditions in code.

Expand Down

0 comments on commit f13cbcd

Please sign in to comment.