The other thing i’m struggling with is complex semantic properties. Something like SemanticProperties.Text. The expectValue function is going to do a direct comparison. I’m looking for something more along the lines of the “argThat” type function you’d use with mockito. Would i just create a SemanticsMatcher instance rather than use expectValue I assume?