mockmaker.tests
Class TestConfiguration

java.lang.Object
  extended bymockmaker.tests.TestConfiguration
All Implemented Interfaces:
Configuration

public class TestConfiguration
extends java.lang.Object
implements Configuration


Field Summary
 boolean myKeepLastReturnValue
           
 
Constructor Summary
TestConfiguration()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myKeepLastReturnValue

public boolean myKeepLastReturnValue
Constructor Detail

TestConfiguration

public TestConfiguration()
Method Detail

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