Uses of Record Class
ca.cdr.test.app.harness.api.HarnessContext
Packages that use HarnessContext
-
Uses of HarnessContext in ca.cdr.test.app.harness.api
Methods in ca.cdr.test.app.harness.api that return HarnessContextModifier and TypeMethodDescriptionstatic HarnessContext
HarnessContext.oobeHarnessContext()
Factory method that creates a default HarnessContext for connecting to a local Smile CDR instance. -
Uses of HarnessContext in ca.cdr.test.app.harness.impl
Constructors in ca.cdr.test.app.harness.impl with parameters of type HarnessContextModifierConstructorDescriptionDockerSmileHarness
(HarnessContext theContext, Map<String, Map<String, Integer>> theModuleTypeToModuleToPort, Map<Integer, Integer> theExposedPortMappings) -
Uses of HarnessContext in ca.cdr.test.extensions
Methods in ca.cdr.test.extensions with parameters of type HarnessContextModifier and TypeMethodDescriptionSmileCdrContainer.withCustomHarnessContext
(HarnessContext theHarnessContext)