Uses of Annotation Interface
org.jenkinsci.test.acceptance.guice.TestScope
Package
Description
Glue to write acceptance tests in JUnit.
-
Uses of TestScope in org.jenkinsci.test.acceptance
Modifier and TypeMethodDescriptionFallbackConfig.createController
(com.google.inject.Injector injector, com.cloudbees.sdk.extensibility.ExtensionList<JenkinsControllerFactory> factories) Instantiates a controller through the "TYPE" attribute andJenkinsControllerFactory
.FallbackConfig.createJenkins
(com.google.inject.Injector injector, JenkinsController controller) org.openqa.selenium.WebDriver
FallbackConfig.createWebDriver
(TestCleaner cleaner, TestName testName, ElasticTime time) Creates aWebDriver
for each test, then make sure to clean it up at the end. -
Uses of TestScope in org.jenkinsci.test.acceptance.docker
Modifier and TypeClassDescriptionclass
DockerContainerHolder<T extends org.jenkinsci.test.acceptance.docker.DockerContainer>
Inject this object to automate the cleanup of a running container at the end of the test case. -
Uses of TestScope in org.jenkinsci.test.acceptance.guice
Modifier and TypeClassDescriptionclass
class
Keeps track of the current test name. -
Uses of TestScope in org.jenkinsci.test.acceptance.junit
Modifier and TypeClassDescriptionclass
Attach diagnostic file related to a test failure. -
Uses of TestScope in org.jenkinsci.test.acceptance.update_center