create
fun ComponentFactoryContainer.Companion.create(components: Map<KClass<*>, ComponentFactory>, chainedComponents: Map<KClass<*>, Sequence<ComponentFactory>> = emptyMap()): ComponentFactoryContainer(source)
Creates a ComponentFactoryContainer based on the given components and chainedComponents.
Since
2.0.0
fun TestProfiles.Companion.create(profile: Pair<TestType, List<Pair<Env, TestConfig>>>, vararg otherProfiles: Pair<TestType, List<Pair<Env, TestConfig>>>): TestProfiles(source)
Creates a TestProfiles based on the given profile and otherProfiles which use one of the predefined TestType as profile name and Env as env name.
Since
2.0.0