[ 
https://issues.apache.org/jira/browse/SUREFIRE-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15306387#comment-15306387
 ] 

Tibor Digana commented on SUREFIRE-1247:
----------------------------------------

You can use surefire-testng provider as well, but TestNG runs JUnit by default.
If you use both, you should suppress JUnit running within TestNG, see 
http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html#Running_TestNG_and_JUnit_Tests
We are running only classes which have @org.junit.Test
If you force TestNG to run your suites XML file, then JUnit would not be run 
within TestNG and you should use JUnit provider.

> Custom Junit Runner ignored with surefire plugin(in case of failure)
> --------------------------------------------------------------------
>
>                 Key: SUREFIRE-1247
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1247
>             Project: Maven Surefire
>          Issue Type: Bug
>            Reporter: Pratik kumar
>            Assignee: Tibor Digana
>
> Running a Junit Test with surefire plugin ignores test class when custom 
> junit  runner throws a RuntimeException. Is this expected behaviour ? 
> How can I add a custom Runner that should stop test flow execution in case 
> the custom Junit Runner throws an exception?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to