You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, just wondering, regarding this test class, why do you need to crazy logic in the com.bobocode.intro.ExerciseIntroductionTest#encodeMessageReturnsCorrectPhrase? Vs just assertEquals(exerciseIntroduction.encodeMessage(EXPECTED_MESSAGE), "VGhlIGtleSB0byBlZmZpY2llbnQgbGVhcm5pbmcgaXMgcHJhY3RpY2Uh");
java-fundamentals-exercises/0-0-intro/src/test/java/com/bobocode/intro/ExerciseIntroductionTest.java
Line 26 in c6617fa
For me this var make coupling between tests, what do you think about it?
The text was updated successfully, but these errors were encountered: