Uses of Interface
org.citrusframework.actions.testcontainers.TestcontainersStartActionBuilder
Packages that use TestcontainersStartActionBuilder
-
Uses of TestcontainersStartActionBuilder in org.citrusframework.actions.testcontainers
Classes in org.citrusframework.actions.testcontainers with type parameters of type TestcontainersStartActionBuilderModifier and TypeInterfaceDescriptioninterfaceTestcontainersStartActionBuilder<C extends AutoCloseable,T extends TestAction, B extends TestcontainersStartActionBuilder<C, T, B>> Methods in org.citrusframework.actions.testcontainers that return TestcontainersStartActionBuilderModifier and TypeMethodDescriptionTestcontainersStartActionBuilder<? extends AutoCloseable,?, ?> TestcontainersActionBuilder.start()Starts a generic container.TestcontainersGenericContainerActionBuilder.start()Start generic testcontainers instance.