Closed
Description
Writing something like
aMock.doSomethingWithThisIntAndString(*, "test") was never called
aMock.doSomethingWithThisIntAndString(*, "test") was never called
doesn't compile
while
aMock.doSomethingWithThisIntAndString(*, "test") was never called
// line break is required to compile
aMock.doSomethingWithThisIntAndString(*, "test") was never called
compiles fine
Metadata
Metadata
Assignees
Labels
No labels