mockmaker.tests
Class TestConfiguration
java.lang.Object
mockmaker.tests.TestConfiguration
- All Implemented Interfaces:
- Configuration
public class TestConfiguration
- extends java.lang.Object
- implements Configuration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myKeepLastReturnValue
public boolean myKeepLastReturnValue
TestConfiguration
public TestConfiguration()
addExpectedValuesFormat
public java.lang.String addExpectedValuesFormat()
- Specified by:
addExpectedValuesFormat
in interface Configuration
keepUsingLastReturnValue
public boolean keepUsingLastReturnValue()
- Specified by:
keepUsingLastReturnValue
in interface Configuration
setActualReturnValueFormat
public java.lang.String setActualReturnValueFormat()
- Specified by:
setActualReturnValueFormat
in interface Configuration
setActualReturnExceptionFormat
public java.lang.String setActualReturnExceptionFormat()
- Specified by:
setActualReturnExceptionFormat
in interface Configuration
setExpectedCallsFormat
public java.lang.String setExpectedCallsFormat()
- Specified by:
setExpectedCallsFormat
in interface Configuration
packageNameFormat
public java.lang.String packageNameFormat()
- Specified by:
packageNameFormat
in interface Configuration
classNameFormat
public java.lang.String classNameFormat()
- Specified by:
classNameFormat
in interface Configuration
set
public void set(java.lang.String s,
java.lang.String s1)
- Specified by:
set
in interface Configuration