Uses of Annotation Interface
org.jenkinsci.test.acceptance.guice.TestScope
Packages that use TestScope
Package
Description
Glue to write acceptance tests in JUnit.
-
Uses of TestScope in org.jenkinsci.test.acceptance
Methods in org.jenkinsci.test.acceptance with annotations of type TestScopeModifier 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
Classes in org.jenkinsci.test.acceptance.docker with annotations of type TestScopeModifier 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
Classes in org.jenkinsci.test.acceptance.guice with annotations of type TestScopeModifier and TypeClassDescriptionclass
class
Keeps track of the current test name. -
Uses of TestScope in org.jenkinsci.test.acceptance.junit
Classes in org.jenkinsci.test.acceptance.junit with annotations of type TestScopeModifier and TypeClassDescriptionclass
Attach diagnostic file related to a test failure. -
Uses of TestScope in org.jenkinsci.test.acceptance.update_center
Classes in org.jenkinsci.test.acceptance.update_center with annotations of type TestScope