Interface DescribedInvocation

All Superinterfaces:
PrintableInvocation
All Known Subinterfaces:
Invocation, VerificationAwareInvocation
All Known Implementing Classes:
InvocationImpl, InvocationMatcher, StubbedInvocationMatcher

public interface DescribedInvocation extends PrintableInvocation
Provides information about the invocation, specifically a human readable description and the location.
  • Method Summary

    Modifier and Type
    Method
    Description
    The place in the code where the invocation happened.
    Describes the invocation in the human friendly way.
  • Method Details