org.jmock.cglib

Class MockObjectTestCase


public abstract class MockObjectTestCase
extends MockObjectTestCase

Field Summary

Fields inherited from class org.jmock.core.MockObjectSupportTestCase

ANYTHING, NOT_NULL, NULL

Method Summary

protected DynamicMock
newCoreMock(Class mockedType, String roleName)

Methods inherited from class org.jmock.MockObjectTestCase

atLeastOnce, defaultMockNameForType, mock, mock, never, newCoreMock, onConsecutiveCalls, onConsecutiveCalls, onConsecutiveCalls, once, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, returnValue, throwException

Methods inherited from class org.jmock.core.MockObjectSupportTestCase

and, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, isA, newDummy, newDummy, newDummy, not, or, same, stringContains

Methods inherited from class org.jmock.core.VerifyingTestCase

registerToVerify, runBare, unregisterToVerify, verify

Method Details

newCoreMock

protected DynamicMock newCoreMock(Class mockedType,
                                  String roleName)
Overrides:
newCoreMock in interface MockObjectTestCase