when I extend Mock, and try to
verify(MockedObject)
this error shows:
Used on a non-mockito object
package:test_api
while: enter image description here
when I extend Mock, and try to
verify(MockedObject)
this error shows:
Used on a non-mockito object
package:test_api
while: enter image description here