Uses of Class
software.xdev.tci.factory.BaseTCIFactory
Packages that use BaseTCIFactory
-
Uses of BaseTCIFactory in software.xdev.tci.factory.ondemand
Subclasses of BaseTCIFactory in software.xdev.tci.factory.ondemandModifier and TypeClassDescriptionclassOnDemandTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> A simple implementation ofTCIFactory. -
Uses of BaseTCIFactory in software.xdev.tci.factory.prestart
Subclasses of BaseTCIFactory in software.xdev.tci.factory.prestartModifier and TypeClassDescriptionclassPreStartableTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> A PreStarting-able implementation ofTCIFactory.