elvyssoares

RLPTest - Refactored - Simplified

Jun 5th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.22 KB | None | 0 0
  1. @Test
  2. public void test() {
  3.     // Instantiate a String literal as an expected value
  4.     // Instantiate a result of some calculation
  5.     assertEquals(result.specificMethodForEqualityChecks(), expected);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment