Class InvocationContainerImpl

    • Method Detail

      • setInvocationForPotentialStubbing

        public void setInvocationForPotentialStubbing​(InvocationMatcher invocation)
      • resetInvocationForPotentialStubbing

        public void resetInvocationForPotentialStubbing​(InvocationMatcher invocationMatcher)
      • addAnswer

        public void addAnswer​(Answer answer)
      • addConsecutiveAnswer

        public void addConsecutiveAnswer​(Answer answer)
      • addAnswer

        public void addAnswer​(Answer answer,
                              boolean isConsecutive)
      • addAnswerForVoidMethod

        public void addAnswerForVoidMethod​(Answer answer)
      • setAnswersForStubbing

        public void setAnswersForStubbing​(java.util.List<Answer> answers)
      • hasAnswersForStubbing

        public boolean hasAnswersForStubbing()
      • hasInvocationForPotentialStubbing

        public boolean hasInvocationForPotentialStubbing()
      • setMethodForStubbing

        public void setMethodForStubbing​(InvocationMatcher invocation)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • invokedMock

        public java.lang.Object invokedMock()