containsExactly

open fun containsExactly(times: Int, clazz: Class<out Component>): LithoViewAssert
open fun containsExactly(times: Int, clazz: KClass<out Component>): LithoViewAssert

Assert that the LithoView under test has the provided Component class in the Component Tree hierarchy given number of times