See: Description
| Class | Description |
|---|---|
| LocalData.RuleRunnerImpl | |
| LocalData.RunnerImpl | |
| PresetData.RuleRunnerImpl | |
| PresetData.RunnerImpl | |
| Recipe.Runner<T extends Annotation> |
The code that implements the recipe semantics.
|
| WithPlugin.RuleRunnerImpl | |
| WithPlugin.RunnerImpl | |
| WithPluginManager.RuleRunnerImpl | |
| WithPluginManager.RunnerImpl | |
| WithTimeout.RunnerImpl |
| Enum | Description |
|---|---|
| PresetData.DataSet |
| Annotation Type | Description |
|---|---|
| LocalData |
Runs a test case with a data set local to test method or the test class.
|
| PresetData | Deprecated
Authentication modes are better defined in code using
JenkinsRule.createDummySecurityRealm() and MockAuthorizationStrategy. |
| Recipe |
Meta-annotation for recipe annotations, which controls
the test environment set up.
|
| WithPlugin |
Installs the specified plugins before launching Jenkins.
|
| WithPluginManager |
Runs the test case with a custom plugin manager.
|
| WithTimeout |
Times out the test after the specified number of seconds.
|
Copyright © 2004–2019. All rights reserved.