abstract fun <T : Collection<*>> size(expect: Expect<T>): ExtractedFeaturePostStep<T, Int>
abstract fun size(plant: AssertionPlant<Collection<*>>, assertionCreator: Assert<Int>.() -> Unit): Assertion