whenCalling function

PostWhenCalling whenCalling(
  1. Invocation i
)

Named differently from Mockito's when to prevent conflicts.

Implementation

PostWhenCalling whenCalling(Invocation i) {
  return PostWhenCalling(i);
}