0

Can we pass more than two class aruments in NonStrictExpectations. Like this

NonStrictExpcetations(A.class, B.class)
Varun
  • 209
  • 2
  • 5
  • 11

1 Answers1

0

Yes, no problem. Each class passed in will cause it to be partially mocked according to the expectations recorded inside the block.

Rogério
  • 16,171
  • 2
  • 50
  • 63