public class RecordedInvocation extends Object
| Constructor and Description | 
|---|
RecordedInvocation(Method invokedMethod,
                                    Object[] arguments)
Create a new RecordedInvocation instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
convert(StringBuilder buffer,
              Object input)
Add a string representation of  
input to buffer. | 
Object[] | 
getArguments()
Get the arguments. 
 | 
Method | 
getInvokedMethod()
Get the invokedMethod. 
 | 
String | 
toString() | 
public RecordedInvocation(Method invokedMethod, Object[] arguments)
invokedMethod - arguments - public Method getInvokedMethod()
protected void convert(StringBuilder buffer, Object input)
input to buffer.buffer - input - public Object[] getArguments()
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.