io.leopard.autounit.rule
Class MethodTemplateImpl

java.lang.Object
  extended by io.leopard.autounit.rule.MethodTemplateImpl
All Implemented Interfaces:
MethodTemplate

public class MethodTemplateImpl
extends java.lang.Object
implements MethodTemplate


Constructor Summary
MethodTemplateImpl()
           
 
Method Summary
 java.lang.Object add(UnitMethod unitMethod, boolean log)
           
 java.lang.Object delete(UnitMethod unitMethod, boolean log)
           
 java.lang.Object get(UnitMethod unitMethod, boolean log)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodTemplateImpl

public MethodTemplateImpl()
Method Detail

add

public java.lang.Object add(UnitMethod unitMethod,
                            boolean log)
                     throws NoSuchMethodRuntimeException
Specified by:
add in interface MethodTemplate
Throws:
NoSuchMethodRuntimeException

get

public java.lang.Object get(UnitMethod unitMethod,
                            boolean log)
Specified by:
get in interface MethodTemplate

delete

public java.lang.Object delete(UnitMethod unitMethod,
                               boolean log)
Specified by:
delete in interface MethodTemplate


Copyright © 2014-2015. All Rights Reserved.