public interface TestatooConfig
| Modifier and Type | Method and Description |
|---|---|
ContainerConfig |
containers() |
ContainerType |
createContainer() |
SeleniumServerBuilder |
createSeleniumServer() |
SeleniumSessionBuilder |
createSeleniumSession() |
int |
findFreePort() |
TestatooConfig |
install(TestatooModule... modules)
Import other modules to configure Testatoo
|
LifeCycleConfig |
lifecycle() |
SeleniumServerConfig |
seleniumServers() |
SeleniumSessionConfig |
seleniumSessions() |
TestatooConfig |
useAnnotations() |
ConcurrentTestingConfig |
useConcurrentTesting() |
TestatooConfig install(TestatooModule... modules)
modules - list of TestatooModule to importTestatooConfig useAnnotations()
ContainerConfig containers()
ContainerType createContainer()
SeleniumServerConfig seleniumServers()
SeleniumServerBuilder createSeleniumServer()
LifeCycleConfig lifecycle()
SeleniumSessionConfig seleniumSessions()
SeleniumSessionBuilder createSeleniumSession()
ConcurrentTestingConfig useConcurrentTesting()
int findFreePort()
Copyright © 2008-2013 Ovea. All Rights Reserved.