public class TestConfiguration extends java.lang.Object implements Configuration
Modifier and Type | Field and Description |
---|---|
boolean |
myKeepLastReturnValue |
Constructor and Description |
---|
TestConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
addExpectedValuesFormat() |
java.lang.String |
classNameFormat() |
boolean |
keepUsingLastReturnValue() |
java.lang.String |
packageNameFormat() |
void |
set(java.lang.String s,
java.lang.String s1) |
java.lang.String |
setActualReturnExceptionFormat() |
java.lang.String |
setActualReturnValueFormat() |
java.lang.String |
setExpectedCallsFormat() |
public java.lang.String addExpectedValuesFormat()
addExpectedValuesFormat
in interface Configuration
public boolean keepUsingLastReturnValue()
keepUsingLastReturnValue
in interface Configuration
public java.lang.String setActualReturnValueFormat()
setActualReturnValueFormat
in interface Configuration
public java.lang.String setActualReturnExceptionFormat()
setActualReturnExceptionFormat
in interface Configuration
public java.lang.String setExpectedCallsFormat()
setExpectedCallsFormat
in interface Configuration
public java.lang.String packageNameFormat()
packageNameFormat
in interface Configuration
public java.lang.String classNameFormat()
classNameFormat
in interface Configuration
public void set(java.lang.String s, java.lang.String s1)
set
in interface Configuration