A C F G I J L M N O R S T W

A

AsynchronousRunner - Class in org.apache.maven.surefire.junitcore
 
AsynchronousRunner(ExecutorService) - Constructor for class org.apache.maven.surefire.junitcore.AsynchronousRunner
 
attachToThread() - Method in class org.apache.maven.surefire.junitcore.TestSet
 

C

checkIfTestSetCanBeReported(TestSet) - Method in class org.apache.maven.surefire.junitcore.ClassesParallelRunListener
 
checkIfTestSetCanBeReported(TestSet) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
checkIfTestSetCanBeReported(TestSet) - Method in class org.apache.maven.surefire.junitcore.MethodsParallelRunListener
 
ClassesParallelRunListener - Class in org.apache.maven.surefire.junitcore
 
ClassesParallelRunListener(Map<String, TestSet>, ReporterFactory, ConsoleLogger) - Constructor for class org.apache.maven.surefire.junitcore.ClassesParallelRunListener
 
close() - Method in class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
 
ConcurrentRunListener - Class in org.apache.maven.surefire.junitcore
Handles responses from concurrent junit

Stuff to remember about JUnit threading: parallel=classes; beforeClass/afterClass, constructor and all tests method run on same thread parallel=methods; beforeClass/afterClass run on main thread, constructor + each test method run on same thread parallel=both; same as parallel=methods

ConfigurableParallelComputer - Class in org.apache.maven.surefire.junitcore
 
ConfigurableParallelComputer() - Constructor for class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
 
ConfigurableParallelComputer(boolean, boolean) - Constructor for class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
 
ConfigurableParallelComputer(boolean, boolean, Integer, boolean) - Constructor for class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
 
createInstance(Map<String, TestSet>, ReporterFactory, boolean, boolean, ConsoleLogger) - Static method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
createReportEntry(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
createReportEntryForTestSet(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
createStackTraceWriter(Failure) - Method in class org.apache.maven.surefire.junitcore.JUnitCoreRunListener
 
createThreadAttachedTestMethod(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.TestSet
 

F

finished() - Method in class org.apache.maven.surefire.junitcore.AsynchronousRunner
 

G

getClassLevelLogicalStream() - Method in class org.apache.maven.surefire.junitcore.TestSet
 
getRunner(RunnerBuilder, Class<?>) - Method in class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
 
getSuite(RunnerBuilder, Class<?>[]) - Method in class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
 
getSuites() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreProvider
 
getThreadTestSet() - Static method in class org.apache.maven.surefire.junitcore.TestSet
 

I

incrementFinishedTests(RunListener, boolean) - Method in class org.apache.maven.surefire.junitcore.TestSet
 
incrementTestMethodCount() - Method in class org.apache.maven.surefire.junitcore.TestSet
 
invoke(Object) - Method in class org.apache.maven.surefire.junitcore.JUnitCoreProvider
 
isRunnable() - Method in class org.apache.maven.surefire.junitcore.JUnitCoreProvider
 

J

JUnitCoreProvider - Class in org.apache.maven.surefire.junitcore
 
JUnitCoreProvider(ProviderParameters) - Constructor for class org.apache.maven.surefire.junitcore.JUnitCoreProvider
 
JUnitCoreRunListener - Class in org.apache.maven.surefire.junitcore
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.

JUnitCoreRunListener(RunListener, Map<String, TestSet>) - Constructor for class org.apache.maven.surefire.junitcore.JUnitCoreRunListener
 

L

LogicalStream - Class in org.apache.maven.surefire.junitcore
A stream-like object that preserves ordering between stdout/stderr
LogicalStream() - Constructor for class org.apache.maven.surefire.junitcore.LogicalStream
 

M

MethodsParallelRunListener - Class in org.apache.maven.surefire.junitcore
 
MethodsParallelRunListener(Map<String, TestSet>, ReporterFactory, boolean, ConsoleLogger) - Constructor for class org.apache.maven.surefire.junitcore.MethodsParallelRunListener
 

N

NonConcurrentRunListener - Class in org.apache.maven.surefire.junitcore
A class to be used when there is no JUnit parallelism (methods or/and class).
NonConcurrentRunListener(RunListener) - Constructor for class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 

O

org.apache.maven.surefire.junitcore - package org.apache.maven.surefire.junitcore
 

R

replay(RunListener) - Method in class org.apache.maven.surefire.junitcore.TestSet
 

S

schedule(Runnable) - Method in class org.apache.maven.surefire.junitcore.AsynchronousRunner
 
setAllScheduled(RunListener) - Method in class org.apache.maven.surefire.junitcore.TestSet
 

T

testAssumptionFailure(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
testAssumptionFailure(Failure) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
testError(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
testFailed(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
testFailure(Failure) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
testFinished(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
testIgnored(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
testRunFinished(Result) - Method in class org.apache.maven.surefire.junitcore.JUnitCoreRunListener
 
testRunFinished(Result) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
testRunStarted(Description) - Method in class org.apache.maven.surefire.junitcore.JUnitCoreRunListener
Called right before any tests from a specific class are run.
testRunStarted(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
TestSet - Class in org.apache.maven.surefire.junitcore
* Represents the test-state of a testset that is run.
TestSet(Description) - Constructor for class org.apache.maven.surefire.junitcore.TestSet
 
testSetCompleted(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
testSetStarting(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
testSkipped(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
testStarted(Description) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 
testStarting(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
testSucceeded(ReportEntry) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
toString() - Method in class org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
 

W

waitForCompletion() - Method in class org.apache.maven.surefire.junitcore.AsynchronousRunner
 
write(boolean, byte[], int, int) - Method in class org.apache.maven.surefire.junitcore.LogicalStream
 
writeDetails(ConsoleOutputReceiver) - Method in class org.apache.maven.surefire.junitcore.LogicalStream
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.junitcore.ConcurrentRunListener
 
writeTestOutput(byte[], int, int, boolean) - Method in class org.apache.maven.surefire.junitcore.NonConcurrentRunListener
 

A C F G I J L M N O R S T W

Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.