hasType

This filter will match all test nodes that represent a Component with the given class type componentClass.

An example usage: hasType(CounterComponent::class.java)


inline fun <T> hasType(): TestNodeMatcher