com.advancedpwr.record
Class MockBeanMethodBuilder

java.lang.Object
  extended by com.advancedpwr.record.methods.BuildMethodWriter
      extended by com.advancedpwr.record.mock.MockMethodBuilder
          extended by com.advancedpwr.record.mock.NiceMockMethodBuilder
              extended by com.advancedpwr.record.MockBeanMethodBuilder

public class MockBeanMethodBuilder
extends NiceMockMethodBuilder

Author:
Matthew Avery, mavery@advancedpwr.com Created: Feb 14, 2012

Field Summary
 
Fields inherited from class com.advancedpwr.record.methods.BuildMethodWriter
fieldAccessPath, fieldClassWriter, fieldFactory, fieldScope
 
Constructor Summary
MockBeanMethodBuilder()
           
 
Method Summary
protected  String methodName(AccessPath result)
           
 
Methods inherited from class com.advancedpwr.record.mock.NiceMockMethodBuilder
writeInstance
 
Methods inherited from class com.advancedpwr.record.mock.MockMethodBuilder
buildArguments, isException, isVoidReturnType, writePopulators
 
Methods inherited from class com.advancedpwr.record.methods.BuildMethodWriter
buildMethod, closeBrace, createMethodBuilder, declaredExceptions, depth, exceptions, formattedExceptionList, getAccessPath, getClassWriter, getFactory, getInstanceTree, hasDeclaredException, hasDefaultConstructor, instanceName, instanceType, newLine, openBrace, populator, resultBuilder, returnType, scope, setAccessPath, setClassWriter, setFactory, setScopeProtected, setScopePublic, wrapException, write, writeBuilderMethods, writeField, writeIfNotNullReturnInstance, writeLine, writeMethodSignature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockBeanMethodBuilder

public MockBeanMethodBuilder()
Method Detail

methodName

protected String methodName(AccessPath result)
Overrides:
methodName in class MockMethodBuilder


Copyright © 2011 Advanced Power Co. All Rights Reserved.