| AbstractEntryBasedExtension |
An abstract base class for entry-based extensions, where entries (key-value
pairs) can be cleared, set, or restored.
|
| ClearEnvironmentVariable |
@ClearEnvironmentVariable is a JUnit Jupiter extension to clear the value
of an environment variable for a test execution.
|
| ClearSystemProperty |
@ClearSystemProperty is a JUnit Jupiter extension to clear the value
of a system property for a test execution.
|
| DefaultLocale |
@DefaultLocale is a JUnit Jupiter extension to change the value
returned by Locale.getDefault() for a test execution.
|
| DefaultTimeZone |
@DefaultTimeZone is a JUnit Jupiter extension to change the value
returned by TimeZone.getDefault() for a test execution.
|
| DisableIfTestFails |
Disables all remaining tests in a container if one of them failed.
|
| DisableIfTestFailsExtension.Configuration |
|
| ExpectedToFail |
@ExpectedToFail is a JUnit Jupiter extension to mark test methods as temporarily
'expected to fail'.
|
| IssueTestCase |
Represents the execution result of test method, which is annotated with Issue.
|
| IssueTestSuite |
Represents the execution result of test method, which is annotated with Issue.
|
| ReportEntry |
Publish the specified key-value pair to be consumed by an org.junit.platform.engine.EngineExecutionListener
in order to supply additional information to the reporting infrastructure.
|
| ReportEntry.PublishCondition |
The available values you can choose from to define for which test outcomes
the extension should publish the report entry.
|
| RetryingTestExtension.FailedTestRetrier |
|
| RetryingTestInvocationContext |
|
| SetEnvironmentVariable |
@SetEnvironmentVariable is a JUnit Jupiter extension to set the value of
an environment variable for a test execution.
|
| SetSystemProperty |
@SetSystemProperty is a JUnit Jupiter extension to set the value of a
system property for a test execution.
|
| StdErr |
|
| StdIn |
|
| StdOut |
|
| StdOutputStream |
|
| WritesDefaultLocale |
Marks tests that write the default locale but don't use the locale extension themselves.
|
| WritesDefaultTimeZone |
Marks tests that write the default time zone but don't use the time zone extension themselves.
|
| WritesEnvironmentVariable |
Marks tests that write environment variables but don't use the environment variable extension themselves.
|
| WritesStdIo |
Marks tests that call System.setIn(), System.setOut() or System.setErr() to
set the static fields System.in/System.out/System.err.
|
| WritesSystemProperty |
Marks tests that write system properties but don't use the system property extension themselves.
|