Uses of Package
org.jmock.lib
Packages that use org.jmock.lib
Package
Description
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
-
Classes in org.jmock.lib used by org.jmock.libClassDescriptionTranslates
ExpectationError
s intoAssertionError
s 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.AnExpectationErrorTranslator
that doesn't do any translation.A naming scheme in which the implicit name for a mock object is the mocked type's name prepend with "mock".