|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmock.lib.CamelCaseNamingScheme
public class CamelCaseNamingScheme
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. E.g. A mock object of type HelloWorld would be named "helloWorld". Initial acronyms are completely lowercased. For example, the type HTTPClient would be named httpClient. This is the naming scheme used by default.
Field Summary | |
---|---|
static CamelCaseNamingScheme |
INSTANCE
|
Constructor Summary | |
---|---|
CamelCaseNamingScheme()
|
Method Summary | |
---|---|
java.lang.String |
defaultNameFor(java.lang.Class<?> typeToMock)
Derive a name for a mock object from the name of the given type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CamelCaseNamingScheme INSTANCE
Constructor Detail |
---|
public CamelCaseNamingScheme()
Method Detail |
---|
public java.lang.String defaultNameFor(java.lang.Class<?> typeToMock)
MockObjectNamingScheme
defaultNameFor
in interface MockObjectNamingScheme
typeToMock
- The type being mocked.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |