Guest User

Untitled

a guest
Jul 16th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public class ATest {
  2. public static final MyObject obj = new MyObject();
  3.  
  4. public ATest() {
  5. System.out.println("shouldn't be changing: " + obj.hashCode());
  6. }
  7.  
  8. @Test
  9. public void checkIt() {
  10. // test stuff
  11. }
  12.  
  13. @Test
  14. public void checkItAgain() {
  15. // test stuff
  16. }
  17. }
Add Comment
Please, Sign In to add comment