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
java.lang.AssertionError: Values should be different. Actual:
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failEquals(Assert.java:185)
at org.junit.Assert.assertNotEquals(Assert.java:161)
at org.junit.Assert.assertNotEquals(Assert.java:175)
at com.feenk.jdt2famix.injava.oneSample.InnerClassWithMethod.testMethodsWithNoNameShouldNotBeCreated(InnerClassWithMethod.java:21)
java.lang.AssertionError: Values should be different. Actual:
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failEquals(Assert.java:185)
at org.junit.Assert.assertNotEquals(Assert.java:161)
at org.junit.Assert.assertNotEquals(Assert.java:175)
at com.feenk.jdt2famix.injava.oneSample.InnerClassWithMethod.testClassesWithNoNameShouldNotBeCreated(InnerClassWithMethod.java:28)
This is typically not found by automatic Maven builds since the maven-surefire-plugin only runs test classes whose name ends with Test.
The text was updated successfully, but these errors were encountered:
This is typically not found by automatic Maven builds since the maven-surefire-plugin only runs test classes whose name ends with
Test
.The text was updated successfully, but these errors were encountered: