We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e380d88 commit d8341d9Copy full SHA for d8341d9
1 file changed
src/main/java/com/epam/izh/rd/online/Main.java
@@ -44,7 +44,8 @@ public int hashCode() {
44
{/* SECTION FOR PLAYING WITH ASSERTIONS */
45
46
try {
47
- Assert.isTrue(1 == 2, "What? 1 == 2? That's not true!!!");
+ Assert.isTrue(1 == 1, "What? 1 == 2? That's not true!!!");
48
+ System.out.println("\nAssertion is successful. The requirement was met. Good job, man!\n");
49
} /*catch ( IllegalArgumentException e ) {
50
System.out.println("What was that?!");
51
}*/ catch ( Exception e ) {
0 commit comments