A B C D E M O P R S T W Y 
All Classes All Packages

A

accessibleExtensions() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
Loads accessible test extensions from the module and class paths.
aggregateDefinitions() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
Collection of all aggregate definitions that could be loaded from the class and module paths.

B

build() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Build the tester.
build() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.YamlParserBuilder
 

C

clearServices() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
Stop and remove all services from the service container exposed from CreekSystemTestExtensionTester.dockerServicesContainer().
creek.system.test.test.util - module creek.system.test.test.util
Contains types to help system test extension authors test their extensions.
CreekSystemTestExtensionTester - Class in org.creekservice.api.system.test.test.util
A test helper for testing Creek system test extensions.
CreekSystemTestExtensionTester.TesterBuilder - Class in org.creekservice.api.system.test.test.util
Tester builder
CreekSystemTestExtensionTester.YamlParserBuilder - Class in org.creekservice.api.system.test.test.util
Parser builder.

D

dockerServicesContainer() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
Get an implementation of the `ServiceContainer` that will run containers in local docker containers.

E

extensionTester() - Static method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
Deprecated.

M

model() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.YamlParserBuilder
The test model container.
ModelParser - Interface in org.creekservice.api.system.test.test.util
Deserializer that can be used to test model types can be deserialized from text.
mount(Path, Path, boolean) - Static method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
Define a mount.

O

org.creekservice.api.system.test.test.util - package org.creekservice.api.system.test.test.util
 

P

parseExpectation(String, Class<T>) - Method in interface org.creekservice.api.system.test.test.util.ModelParser
Parse a Expectation type.
parseInput(String, Class<T>) - Method in interface org.creekservice.api.system.test.test.util.ModelParser
Parse a Input type.
parseOther(String, Class<B>, Class<S>) - Method in interface org.creekservice.api.system.test.test.util.ModelParser
Parse any other object type.
parseOther(String, Class<T>) - Method in interface org.creekservice.api.system.test.test.util.ModelParser
Parse any other object type.
parseRef(String, Class<T>) - Method in interface org.creekservice.api.system.test.test.util.ModelParser
Parse a Ref type.

R

runningContainerIds() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
 

S

serviceDefinitions() - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
Collection of all service definitions that could be loaded from the class and module paths.

T

tester() - Static method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
 

W

withDebugServices(String...) - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Initialize the extension tester information on what services to debug.
withDebugServices(ExecutorOptions.ServiceDebugInfo) - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Initialize the extension tester information on what services to debug.
withEnv(String, String) - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Add an environment variable to set on services-under-test.
withEnv(Map<String, String>) - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Add environment variables to set on services-under-test.
withMount(ExecutorOptions.MountInfo) - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Add a mount.
withMounts(Collection<? extends ExecutorOptions.MountInfo>) - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Add mounts.
withReadOnlyMount(Path, Path) - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Add a read-only mount.
withWritableMount(Path, Path) - Method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester.TesterBuilder
Add a writable mount.

Y

yamlParser() - Static method in class org.creekservice.api.system.test.test.util.CreekSystemTestExtensionTester
Returns a builder that can be used to customise the system test model and then build a YAML deserializer.
A B C D E M O P R S T W Y 
All Classes All Packages