Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- accept(Class) - Method in class org.apache.maven.surefire.common.junit4.JUnit4TestChecker
- addListener(RunListener) - Method in class org.apache.maven.surefire.common.junit4.Notifier
- addListeners(Collection<RunListener>) - Method in class org.apache.maven.surefire.common.junit4.Notifier
- addListeners(RunListener...) - Method in class org.apache.maven.surefire.common.junit4.Notifier
- asFailFast(boolean) - Method in class org.apache.maven.surefire.common.junit4.Notifier
C
- checkforTestAnnotatedMethod(Class) - Method in class org.apache.maven.surefire.common.junit4.JUnit4TestChecker
- ClassMethod - Class in org.apache.maven.surefire.common.junit4
-
Data transfer object of class and method literals.
- ClassMethod(String, String) - Constructor for class org.apache.maven.surefire.common.junit4.ClassMethod
- containsNotification(String) - Method in class org.apache.maven.surefire.junit4.MockReporter
- copyListenersTo(Notifier) - Method in class org.apache.maven.surefire.common.junit4.Notifier
- createCustomListeners(String) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4RunListenerFactory
- createDescription(String) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
- createDescription(String, Annotation...) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
- createIgnored(String) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
- createMatchAnyDescriptionFilter(Iterable<Description>) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil
- createReportEntry(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
- createRequest(Class<?>...) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
- createStackTraceWriter(Failure) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
- cutTestClassAndMethod(Description) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil
-
Java Patterns of regex is slower than cutting a substring.
D
- describe() - Method in class org.apache.maven.surefire.common.junit4.MatchDescriptions
E
- extractDescriptionClassName(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
- extractDescriptionMethodName(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
F
- fireTestFailure(Failure) - Method in class org.apache.maven.surefire.common.junit4.Notifier
- fireTestStarted(Description) - Method in class org.apache.maven.surefire.common.junit4.Notifier
G
- generateFailingTestDescriptions(List<Failure>) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil
-
Get all descriptions from a list of Failures
- getAllFailures() - Method in class org.apache.maven.surefire.common.junit4.JUnitTestFailureListener
- getAnnotatedIgnore(Description) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
- getAnnotatedIgnoreValue(Description) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4Reflector
- getClazz() - Method in class org.apache.maven.surefire.common.junit4.ClassMethod
- getMethod() - Method in class org.apache.maven.surefire.common.junit4.ClassMethod
- getRemainingTestClasses() - Method in class org.apache.maven.surefire.common.junit4.Notifier
- getTestClassName() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
- getTestFailed() - Method in class org.apache.maven.surefire.junit4.MockReporter
- getTestMethodName() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
- getTestSucceeded() - Method in class org.apache.maven.surefire.junit4.MockReporter
- getThrowable() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
-
Returns the exception associated with this failure.
I
- isFailFast() - Method in class org.apache.maven.surefire.common.junit4.Notifier
- isFailureInsideJUnitItself(Description) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil
- isRunWithPresentInClassLoader() - Method in class org.apache.maven.surefire.common.junit4.JUnit4TestChecker
- isValid() - Method in class org.apache.maven.surefire.common.junit4.ClassMethod
J
- JUnit4ProviderUtil - Class in org.apache.maven.surefire.common.junit4
-
Utility method used among all JUnit4 providers
- JUnit4Reflector - Class in org.apache.maven.surefire.common.junit4
-
JUnit4 reflection helper
- JUnit4RunListener - Class in org.apache.maven.surefire.common.junit4
-
RunListener for JUnit4, delegates to our own RunListener
- JUnit4RunListener(RunListener) - Constructor for class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Constructor.
- JUnit4RunListenerFactory - Class in org.apache.maven.surefire.common.junit4
- JUnit4RunListenerFactory() - Constructor for class org.apache.maven.surefire.common.junit4.JUnit4RunListenerFactory
- JUnit4StackTraceWriter - Class in org.apache.maven.surefire.common.junit4
-
Writes out a specific
Failure
for surefire as a stacktrace. - JUnit4StackTraceWriter(Failure) - Constructor for class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
-
Constructor.
- JUnit4TestChecker - Class in org.apache.maven.surefire.common.junit4
- JUnit4TestChecker(ClassLoader) - Constructor for class org.apache.maven.surefire.common.junit4.JUnit4TestChecker
- junitFailure - Variable in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
- JUnitTestFailureListener - Class in org.apache.maven.surefire.common.junit4
-
Test listener to record all the failures during one run
- JUnitTestFailureListener() - Constructor for class org.apache.maven.surefire.common.junit4.JUnitTestFailureListener
M
- MatchDescriptions - Class in org.apache.maven.surefire.common.junit4
-
Only run test methods in the given failure set.
- MatchDescriptions(Iterable<Description>) - Constructor for class org.apache.maven.surefire.common.junit4.MatchDescriptions
- MockReporter - Class in org.apache.maven.surefire.junit4
-
Internal tests use only.
- MockReporter() - Constructor for class org.apache.maven.surefire.junit4.MockReporter
N
- Notifier - Class in org.apache.maven.surefire.common.junit4
-
Extends
JUnit notifier
, encapsulates several different types ofJUnit listeners
, and fires events to listeners. - Notifier(JUnit4RunListener, int) - Constructor for class org.apache.maven.surefire.common.junit4.Notifier
O
- org.apache.maven.surefire.common.junit4 - package org.apache.maven.surefire.common.junit4
- org.apache.maven.surefire.junit4 - package org.apache.maven.surefire.junit4
P
- pureNotifier() - Static method in class org.apache.maven.surefire.common.junit4.Notifier
R
- removeListener(RunListener) - Method in class org.apache.maven.surefire.common.junit4.Notifier
- removeListeners() - Method in class org.apache.maven.surefire.common.junit4.Notifier
- reporter - Variable in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
- reset() - Method in class org.apache.maven.surefire.common.junit4.JUnitTestFailureListener
- rethrowAnyTestMechanismFailures(Result) - Static method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
S
- SET_COMPLETED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
- SET_STARTED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
- shouldRun(Description) - Method in class org.apache.maven.surefire.common.junit4.MatchDescriptions
- smartTrimmedStackTrace() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
T
- TEST_COMPLETED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
- TEST_SKIPPED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
- TEST_STARTED - Static variable in class org.apache.maven.surefire.junit4.MockReporter
- testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
- testAssumptionFailure(Failure) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
- testError(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
- testExecutionSkippedByUser() - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Delegates to
RunListener.testExecutionSkippedByUser()
. - testExecutionSkippedByUser() - Method in class org.apache.maven.surefire.junit4.MockReporter
- testFailed(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
- testFailure(Failure) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Called when a specific test has failed.
- testFailure(Failure) - Method in class org.apache.maven.surefire.common.junit4.JUnitTestFailureListener
- testFinished(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Called after a specific test has finished.
- testIgnored(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Called when a specific test has been skipped (for whatever reason).
- testSetCompleted(TestSetReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
- testSetStarting(TestSetReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
- testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
- testSkippedByUser(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
- testStarted(Description) - Method in class org.apache.maven.surefire.common.junit4.JUnit4RunListener
-
Called when a specific test has started.
- testStarting(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
- testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.junit4.MockReporter
W
- writeTraceToString() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
- writeTrimmedTraceToString() - Method in class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter
-
At the moment, returns the same as
JUnit4StackTraceWriter.writeTraceToString()
.
All Classes and Interfaces|All Packages|Constant Field Values