CamelCaseNamingScheme
, LastWordNamingScheme
, RetroNamingScheme
public interface MockObjectNamingScheme
Modifier and Type | Method | Description |
---|---|---|
String |
defaultNameFor(Class<?> typeToMock) |
Derive a name for a mock object from the name of the given type.
|
Copyright © 2003–2018 jMock. All rights reserved.