Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test InnerClassWithMethod fails #46

Open
rillig opened this issue Jan 1, 2018 · 0 comments
Open

Test InnerClassWithMethod fails #46

rillig opened this issue Jan 1, 2018 · 0 comments

Comments

@rillig
Copy link
Contributor

rillig commented Jan 1, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant