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 Configurationpublic boolean keepUsingLastReturnValue()
keepUsingLastReturnValue in interface Configurationpublic java.lang.String setActualReturnValueFormat()
setActualReturnValueFormat in interface Configurationpublic java.lang.String setActualReturnExceptionFormat()
setActualReturnExceptionFormat in interface Configurationpublic java.lang.String setExpectedCallsFormat()
setExpectedCallsFormat in interface Configurationpublic java.lang.String packageNameFormat()
packageNameFormat in interface Configurationpublic java.lang.String classNameFormat()
classNameFormat in interface Configurationpublic void set(java.lang.String s,
java.lang.String s1)
set in interface Configuration