Package | Description |
---|---|
org.apache.maven.surefire.booter | |
org.apache.maven.surefire.providerapi | |
org.apache.maven.surefire.report | |
org.apache.maven.surefire.suite |
Modifier and Type | Method and Description |
---|---|
RunResult |
ForkingReporterFactory.close() |
Modifier and Type | Method and Description |
---|---|
RunResult |
SurefireProvider.invoke(Object forkTestSet)
Runs a forked test
|
Modifier and Type | Method and Description |
---|---|
RunResult |
ReporterFactory.close()
Closes the factory, freeing resources allocated in the factory.
|
Modifier and Type | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
static RunResult |
RunResult.failure(RunResult accumulatedAtTimeout,
Exception cause) |
static RunResult |
RunResult.noTestsRun() |
static RunResult |
RunResult.timeout(RunResult accumulatedAtTimeout) |
Modifier and Type | Method and Description |
---|---|
RunResult |
RunResult.aggregate(RunResult other) |
static RunResult |
RunResult.failure(RunResult accumulatedAtTimeout,
Exception cause) |
static RunResult |
RunResult.timeout(RunResult accumulatedAtTimeout) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.