Searched refs:underTestSpy (Results 1 – 1 of 1) sorted by relevance
51 val underTestSpy = spy(underTest) in testSetSameMessage() constant52 underTestSpy.setMessage("abc", animate = true) in testSetSameMessage()53 underTestSpy.setMessage("abc", animate = true) in testSetSameMessage()54 verify(underTestSpy, times(1)).text = "abc" in testSetSameMessage()