Interface IMockInteraction

  • All Known Implementing Classes:
    MockInteraction, MockInteractionDecorator

    public interface IMockInteraction
    An anticipated interaction between the SUT and one or more mock objects.
    Author:
    Peter Niederwieser
    • Method Detail

      • getLine

        int getLine()
      • getColumn

        int getColumn()
      • getText

        java.lang.String getText()
      • getAcceptedInvocations

        java.util.List<IMockInvocation> getAcceptedInvocations()
      • computeSimilarityScore

        int computeSimilarityScore​(IMockInvocation invocation)
      • isSatisfied

        boolean isSatisfied()
      • isExhausted

        boolean isExhausted()
      • isRequired

        boolean isRequired()