- taskLauncher() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
-
- testApplication() - Method in class org.springframework.cloud.deployer.spi.test.AbstractIntegrationTests
-
Return a resource corresponding to the spring-cloud-deployer-spi-test-app app suitable for the target runtime.
- testApplicationPropertiesPassing() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
-
Tests that properties (key-value mappings) can be passed to a deployed app,
including values that typically require special handling.
- testCommandLineArgs() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
-
Tests that command line args can be passed in.
- testCommandLineArgumentsPassing() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
-
Tests that command line arguments (ordered strings) can be passed to a deployed app,
including values that typically require special handling.
- testDeployingStateCalculationAndCancel() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
-
Tests that an app which takes a long time to deploy is correctly reported as deploying.
- testErrorExit() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
-
- testFailedDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
-
- testMultipleInstancesDeploymentAndPartialState() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
-
Tests support for instance count support and individual instance status report.
- testNonExistentAppsStatus() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
-
- testRedeploy() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
-
An app deployer should be able to re-deploy an application after it has been un-deployed.
- testReLaunch() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
-
- testSimpleCancel() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
-
- testSimpleDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
-
Tests a simple deploy-undeploy cycle.
- testSimpleLaunch() - Method in class org.springframework.cloud.deployer.spi.test.AbstractTaskLauncherIntegrationTests
-
- testUnknownDeployment() - Method in class org.springframework.cloud.deployer.spi.test.AbstractAppDeployerIntegrationTests
-
- Timeout - Class in org.springframework.cloud.deployer.spi.test
-
Represents a timeout for querying status, with repetitive queries until a certain number have been made.
- Timeout(int, int) - Constructor for class org.springframework.cloud.deployer.spi.test.Timeout
-