MockCall.this

  1. this()
  2. this(size_t index)
    struct MockCall(alias F)
    this
    (
    size_t index
    )

Parameters

index size_t

Call is expected to be at position index among all calls on the given mock.

Meta