-
-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to assertj for exceptions (#2502)
* make error handling use AssertJ for exceptions * Adhere to coding style * Completely switch to AssertJ * make import explicit * Switch to AssertJ in n-th prime * Use AssertJ in the forth exercise * Use AssertJ in the ledger exercise * Use AssertJ in the OCR exercise * Use AssertJ in the palindrom calculator exercise * Use AssertJ in the phone number exercise * Use AssertJ in sgf parsing exercise * Use AssertJ in simple linked list exercise * Use AssertJ in triangle exercise * Add missing paranthesis * Use AssertJ in Custom Set exercise * Use AssertJ in Leap exercise * Use AssertJ in Luhn Validator exercise * Use AssertJ in Bracket Checker exercise * Use AssertJ in Pangram Checker exercise * Use AssertJ in Parallel Letter Frequency exercise * Use AssertJ in Queen Attack Calculator exercise * Update exercises/practice/sgf-parsing/src/test/java/SgfParsingTest.java Co-authored-by: Sander Ploegsma <[email protected]> * Update exercises/practice/sgf-parsing/src/test/java/SgfParsingTest.java Co-authored-by: Sander Ploegsma <[email protected]> * Remove debug output * Remove BDD-style comments * be more verbose in tests --------- Co-authored-by: Oliver Keszöcze <[email protected]> Co-authored-by: Sander Ploegsma <[email protected]>
- Loading branch information
1 parent
eca5f62
commit 529b75a
Showing
17 changed files
with
447 additions
and
723 deletions.
There are no files selected for viewing
130 changes: 66 additions & 64 deletions
130
exercises/practice/custom-set/src/test/java/CustomSetTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
3 changes: 2 additions & 1 deletion
3
exercises/practice/error-handling/src/test/java/ErrorHandlingTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
337 changes: 100 additions & 237 deletions
337
exercises/practice/forth/src/test/java/ForthEvaluatorTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.