Package | Description |
---|---|
org.seedstack.seed.core |
SeedStack core classes and main entry-point.
|
org.seedstack.seed.testing.spi |
Modifier and Type | Method and Description |
---|---|
static SeedLauncher |
Seed.getLauncher()
Discover implementations of
SeedLauncher through the ServiceLoader mechanism and if exactly one
implementation is available, returns it. |
static SeedLauncher |
Seed.getToolLauncher(String toolName)
Returns an instance of the
ToolLauncher configured for the specified tool. |
Modifier and Type | Method and Description |
---|---|
default Optional<? extends SeedLauncher> |
TestPlugin.launcher(TestContext testContext)
Allow the plugin to specify a particular
SeedLauncher to be used to launch the SeedStack environment
used for testing. |
Copyright © 2013-2018–2019 SeedStack. All rights reserved.