doesNotContainComponents

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

Assert that the LithoView under test does not contain the provided Component classes in the Component Tree hierarchy