factoryContainers
open fun factoryContainers(exhaustive: Boolean = this.exhaustive, filter: (McTestVersions) -> Boolean? = null, builder: TestNodeBuilder.(McTestVersions) -> Stream<out DynamicNode>): Stream<out DynamicNode>(source)
Return
a stream of DynamicNode from all valid versions combinations, optionally filtered by filter. builder is performed against each element.