Uses of Class
org.seedstack.seed.testing.LaunchMode
-
Packages that use LaunchMode Package Description org.seedstack.seed.testing org.seedstack.seed.testing.spi -
-
Uses of LaunchMode in org.seedstack.seed.testing
Methods in org.seedstack.seed.testing that return LaunchMode Modifier and Type Method Description LaunchModemode()The launch mode of the tested application.static LaunchModeLaunchMode. valueOf(String name)Returns the enum constant of this type with the specified name.static LaunchMode[]LaunchMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LaunchMode in org.seedstack.seed.testing.spi
Methods in org.seedstack.seed.testing.spi that return LaunchMode Modifier and Type Method Description default LaunchModeTestPlugin. launchMode(TestContext testContext)Allow the plugin to specify a particularLaunchModefor the test.
-