Mockito match any class argument

后端 未结 5 1993
忘了有多久
忘了有多久 2020-12-22 18:48

Is there a way to match any class argument of the below sample routine?

class A {
     public B method(Class a) {}
}

How

5条回答
提交回复
热议问题