IoannisDermitzakis commented on a change in pull request #248: SUREFIRE-1695
Support multiple inheritance of @Categories
URL: https://github.com/apache/maven-surefire/pull/248#discussion_r327955154
##########
File path:
surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/GroupMatcherCategoryFilter.java
##########
@@ -63,33 +63,50 @@
@Override
public boolean shouldRun( Description description )
{
- if ( description.getMethodName() == null || description.getTestClass()
== null )
- {
+ if(invalidTestClass(description)){
Review comment:
yes, I didn't use the Apache formatter. I'll fix it
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services