Closed h2oboi89 closed 8 years ago
Current:
mayBeCalled()
shouldBeCalled()
shouldBeCalledWith()
shouldBeCalledWithAny()
Proposed: Bases:
Extensions:
<base>.With()
<base>.WithAny()
All of the permutations for this are already available. Although it might simplify the implementation a bit, I think having slightly fewer ()s littered about means the extra code is worth maintaining.
()
Current:
mayBeCalled()
shouldBeCalled()
shouldBeCalledWith()
shouldBeCalledWithAny()
Proposed: Bases:
mayBeCalled()
shouldBeCalled()
Extensions:
<base>.With()
<base>.WithAny()