Interface MockObjectNamingScheme
- All Known Implementing Classes:
CamelCaseNamingScheme, LastWordNamingScheme, RetroNamingScheme
public interface MockObjectNamingScheme
Creates names for mock objects that have not explicitly been
given a name.
-
Method Summary
Modifier and TypeMethodDescriptiondefaultNameFor(Class<?> typeToMock) Derive a name for a mock object from the name of the given type.
-
Method Details
-
defaultNameFor
-