Uses of Interface
org.jmock.api.MockObjectNamingScheme

Packages that use MockObjectNamingScheme
org.jmock   
org.jmock.lib   
 

Uses of MockObjectNamingScheme in org.jmock
 

Methods in org.jmock with parameters of type MockObjectNamingScheme
 void Mockery.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 MockObjectNamingScheme
 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.
 class LastWordNamingScheme
          A naming scheme in which the implicit name for a mock object is the last word of the mocked type's name in lower case.
 class RetroNamingScheme
          A 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
static MockObjectNamingScheme LastWordNamingScheme.INSTANCE
           
 



Copyright © 2003-2012 jMock. All Rights Reserved.