Ad
  • Custom User Avatar

    there is an error in java, I was able to ran the first teste because I was able to cast the object to Integer

    both method assertEquals(String,long,long) in Assert and method assertEquals(String,Object,Object) in Assert match
    src/test/java/UserTest.java:12: error: reference to assertEquals is ambiguous
    assertEquals("After applying rank of " + rank, expectedProgress, user.progress);