Uses of Interface
org.jmock.api.MockObjectNamingScheme
Packages that use MockObjectNamingScheme
Package
Description
The jMock "Domain-Specific Embedded Language" API.
Integrates jMock with JUnit 3.
Implementations of the core interfaces that are used to adjust or extend jMock's basic
functionality.
-
Uses of MockObjectNamingScheme in org.jmock
Fields in org.jmock declared as MockObjectNamingSchemeMethods in org.jmock with parameters of type MockObjectNamingSchemeModifier and TypeMethodDescriptionvoidMockery.setNamingScheme(MockObjectNamingScheme namingScheme) Changes the naming scheme used to generate names for mock objects that have not been explicitly named in the test. -
Uses of MockObjectNamingScheme in org.jmock.integration.junit3
Methods in org.jmock.integration.junit3 with parameters of type MockObjectNamingSchemeModifier and TypeMethodDescriptionvoidMockObjectTestCase.setNamingScheme(MockObjectNamingScheme namingScheme) Changes the naming scheme used to generate names for mock objects that have not been explicitly named in the test. -
Uses of MockObjectNamingScheme in org.jmock.lib
Classes in org.jmock.lib that implement MockObjectNamingSchemeModifier and TypeClassDescriptionclassA naming scheme in which the implicit name for a mock object is the mocked type's name with the first character in lower case.classA naming scheme in which the implicit name for a mock object is the last word of the mocked type's name in lower case.classA naming scheme in which the implicit name for a mock object is the mocked type's name prepend with "mock".Fields in org.jmock.lib declared as MockObjectNamingScheme