-
-
Notifications
You must be signed in to change notification settings - Fork 354
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
review: refactor: move package spoon.generating.*
from src/main to src/test
#1647
Conversation
spoon.generating.*
from src/main to src/testspoon.generating.*
from src/main to src/test
spoon.generating.*
from src/main to src/testspoon.generating.*
from src/main to src/test
rebase? |
Revapi Analysis resultsOld API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20171031.203734-134 New API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-SNAPSHOT Detected changes: 10. Change 1
Change 2
Change 3
Change 4
Change 5
Change 6
Change 7
Change 8
Change 9
Change 10
|
@@ -415,7 +415,6 @@ public void testTest() throws Exception { | |||
//Meta model classes doesn't have to follow test class naming conventions | |||
continue; | |||
} | |||
assertTrue(t.getQualifiedName() + " is not clearly a test class, it should contain 'test' either in its package name or class name", t.getQualifiedName().matches("(?i:.*test.*)")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this assertion is important :-)
we must move the classes into a test package.
@monperrus it's ready to merge |
Revapi Analysis resultsOld API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-20171106.110046-145 New API: fr.inria.gforge.spoon:spoon-core:jar:6.0.0-SNAPSHOT Detected changes: 10. Change 1
Change 2
Change 3
Change 4
Change 5
Change 6
Change 7
Change 8
Change 9
Change 10
|
As discussed in #1638