|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
mockmaker | |
mockmaker.tests |
Uses of Configuration in mockmaker |
Classes in mockmaker that implement Configuration | |
class |
RealConfiguration
|
Fields in mockmaker declared as Configuration | |
private Configuration |
MockMaker.myConfiguration
|
private Configuration |
MockDoclet.config
|
Constructors in mockmaker with parameters of type Configuration | |
MockMaker(java.lang.String interfaceToMakeMockFor,
CodeWriter output,
Configuration aConfiguration)
Standard Constructor. |
|
MockMaker(java.lang.String interfaceToMakeMockFor,
CodeWriter output,
Configuration aConfiguration,
java.lang.ClassLoader classLoader)
Use an optional ClassLoader |
|
MockMaker(ClassStructure iface,
CodeWriter output,
Configuration aConfiguration)
Build from source code. |
Uses of Configuration in mockmaker.tests |
Classes in mockmaker.tests that implement Configuration | |
class |
TestConfiguration
|
Fields in mockmaker.tests declared as Configuration | |
private Configuration |
AcceptanceTests.myConfiguration
|
private static Configuration |
MockMakerTest.TEST_CONFIGURATION
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |