containsComponents

open fun containsComponents(clazz: Array<Class<out Component>>): LithoViewAssert
open fun containsComponents(clazz: Array<KClass<out Component>>): LithoViewAssert

Assert that the LithoView under test has the provided Component classes in the Component Tree hierarchy