Package | Description |
---|---|
org.apache.maven.surefire.junitcore |
Modifier and Type | Class and Description |
---|---|
class |
JUnitCoreRunListener
Noteworthy things about JUnit4 listening:
A class that is annotated with @Ignore will have one invocation of "testSkipped" with source==name
A method that is annotated with @Ignore will have a invocation of testSkipped with source and name distinct
Methods annotated with @Ignore trigger no further events.
|
class |
NonConcurrentRunListener
A class to be used when there is no JUnit parallelism (methods or/and class).
|
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.