Package org.jmock.lib
package org.jmock.lib
Implementations of the core interfaces that are used to adjust or extend jMock's basic functionality.
-
ClassesClassDescriptionTranslates
ExpectationErrors intoAssertionErrors that several test frameworks, including JUnit 4 and TestNG, use to report errors.A naming scheme in which the implicit name for a mock object is the mocked type's name with the first character in lower case.AnExpectationErrorTranslatorthat doesn't do any translation.AnImposteriserthat uses theProxyclass of the Java Reflection API.A naming scheme in which the implicit name for a mock object is the last word of the mocked type's name in lower case.A naming scheme in which the implicit name for a mock object is the mocked type's name prepend with "mock".