Package org.jmock.api
Interface MockObjectNamingScheme
-
- All Known Implementing Classes:
CamelCaseNamingScheme,LastWordNamingScheme,RetroNamingScheme
public interface MockObjectNamingSchemeCreates names for mock objects that have not explicitly been given a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringdefaultNameFor(java.lang.Class<?> typeToMock)Derive a name for a mock object from the name of the given type.
-