Uses of Class
software.xdev.tci.TCI
Packages that use TCI
Package
Description
-
Uses of TCI in software.xdev.tci.factory
Classes in software.xdev.tci.factory with type parameters of type TCIModifier and TypeClassDescriptionclassBaseTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> interfaceTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> A factory forTCI -
Uses of TCI in software.xdev.tci.factory.ondemand
Classes in software.xdev.tci.factory.ondemand with type parameters of type TCIModifier and TypeClassDescriptionclassOnDemandTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> A simple implementation ofTCIFactory. -
Uses of TCI in software.xdev.tci.factory.prestart
Classes in software.xdev.tci.factory.prestart with type parameters of type TCIModifier and TypeClassDescriptionclassPreStartableTCIFactory<C extends org.testcontainers.containers.GenericContainer<C>,I extends TCI<C>> A PreStarting-able implementation ofTCIFactory. -
Uses of TCI in software.xdev.tci.factory.registry
Methods in software.xdev.tci.factory.registry that return types with arguments of type TCIModifier and TypeMethodDescriptionMap<TCIFactory<?,?>, Set<TCI<?>>> DefaultTCIFactoryRegistry.getReturnedAndInUse()Map<TCIFactory<?,?>, Set<TCI<?>>> TCIFactoryRegistry.getReturnedAndInUse()