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 TypeMethodDescriptionConfig.createController(com.google.inject.Injector injector, com.cloudbees.sdk.extensibility.ExtensionList<JenkinsControllerFactory> factories) Instantiates a controller through the "TYPE" attribute andJenkinsControllerFactory.Config.createJenkins(com.google.inject.Injector injector, JenkinsController controller) org.openqa.selenium.WebDriverConfig.createWebDriver(TestCleaner cleaner, TestName testName, ElasticTime time) Creates aWebDriverfor 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 TypeClassDescriptionclassDockerContainerHolder<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 TypeClassDescriptionclassclassKeeps 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 TypeClassDescriptionclassAttach 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