Package mockit
Class AssertionErrorMessagesTest
java.lang.Object
mockit.AssertionErrorMessagesTest
The Class AssertionErrorMessagesTest.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Missing invocation for expectation using matcher for different parameter type.void
Missing invocation for expectation verified in order.void
Missing invocation for fully verified expectations.void
Missing invocation for recorded expectation.void
Missing invocation for recorded expectation which gets non matching invocations at replay time.void
Missing invocation for verified expectation.void
Missing invocation for verified expectation which gets non matching invocations at replay time.void
Unexpected invocation for expectations verified in order.void
Unexpected invocation for recorded expectation.void
Unexpected invocation for recorded expectation with maximum invocation count of zero.void
Unexpected invocation for verified expectation.void
Unexpected invocation on method with no parameters.void
Unexpected invocation where expecting another for recorded expectations.
-
Field Details
-
thrown
public final org.junit.rules.ExpectedException thrownThe 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.
-