Package mockit

Class AssertionErrorMessagesTest

java.lang.Object
mockit.AssertionErrorMessagesTest

public final class AssertionErrorMessagesTest extends Object
The Class AssertionErrorMessagesTest.
  • Field Details

    • thrown

      public final org.junit.rules.ExpectedException thrown
      The thrown.
  • Constructor Details

    • AssertionErrorMessagesTest

      public AssertionErrorMessagesTest()
  • Method Details

    • unexpectedInvocationForRecordedExpectation

      public void unexpectedInvocationForRecordedExpectation()
      Unexpected invocation for recorded expectation.
    • unexpectedInvocationWhereExpectingAnotherForRecordedExpectations

      public void unexpectedInvocationWhereExpectingAnotherForRecordedExpectations()
      Unexpected invocation where expecting another for recorded expectations.
    • unexpectedInvocationForRecordedExpectationWithMaximumInvocationCountOfZero

      public void unexpectedInvocationForRecordedExpectationWithMaximumInvocationCountOfZero()
      Unexpected invocation for recorded expectation with maximum invocation count of zero.
    • unexpectedInvocationForVerifiedExpectation

      public void unexpectedInvocationForVerifiedExpectation()
      Unexpected invocation for verified expectation.
    • unexpectedInvocationForExpectationsVerifiedInOrder

      public void unexpectedInvocationForExpectationsVerifiedInOrder()
      Unexpected invocation for expectations verified in order.
    • unexpectedInvocationOnMethodWithNoParameters

      public void unexpectedInvocationOnMethodWithNoParameters()
      Unexpected invocation on method with no parameters.
    • missingInvocationForRecordedExpectation

      public void missingInvocationForRecordedExpectation()
      Missing invocation for recorded expectation.
    • missingInvocationForRecordedExpectationWhichGetsNonMatchingInvocationsAtReplayTime

      public void missingInvocationForRecordedExpectationWhichGetsNonMatchingInvocationsAtReplayTime()
      Missing invocation for recorded expectation which gets non matching invocations at replay time.
    • missingInvocationForVerifiedExpectation

      public void missingInvocationForVerifiedExpectation()
      Missing invocation for verified expectation.
    • missingInvocationForVerifiedExpectationWhichGetsNonMatchingInvocationsAtReplayTime

      public void missingInvocationForVerifiedExpectationWhichGetsNonMatchingInvocationsAtReplayTime()
      Missing invocation for verified expectation which gets non matching invocations at replay time.
    • missingInvocationForExpectationVerifiedInOrder

      public void missingInvocationForExpectationVerifiedInOrder()
      Missing invocation for expectation verified in order.
    • missingInvocationForFullyVerifiedExpectations

      public void missingInvocationForFullyVerifiedExpectations()
      Missing invocation for fully verified expectations.
    • missingInvocationForExpectationUsingMatcherForDifferentParameterType

      public void missingInvocationForExpectationUsingMatcherForDifferentParameterType()
      Missing invocation for expectation using matcher for different parameter type.