public class MonProxyLabeler extends Object implements MonProxyLabelerInt
MonProxy-Interface (class=org.hsqldb.jdbcPreparedStatement): public abstract java.sql.ResultSet java.sql.PreparedStatement.executeQuery() throws java.sql.SQLException
and this should the method throw an Exception:
MonProxy-Exception: (class=com.mypackage.MyClass): Exception: public void helloWorld() throws MyException
| Constructor and Description |
|---|
MonProxyLabeler() |
MonProxyLabeler(String summaryPrefix,
String exceptionPrefix) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
This method should return an exact copy of this object though it need not be the same instance.
|
String |
getExceptionLabel(Method method)
When an exception is thrown this returns what jamon label do you want to use
|
String |
getExceptionPrefix() |
String |
getSummaryLabel(Method method)
Summary label that you want jamon to use
|
String |
getSummaryPrefix() |
void |
init(MonProxy monProxy)
Note init is called at time of initialization.
|
public void init(MonProxy monProxy)
init in interface MonProxyLabelerIntpublic String getSummaryLabel(Method method)
MonProxyLabelerIntgetSummaryLabel in interface MonProxyLabelerIntpublic String getExceptionLabel(Method method)
MonProxyLabelerIntgetExceptionLabel in interface MonProxyLabelerIntpublic String getSummaryPrefix()
public String getExceptionPrefix()
public Object clone()
clone in interface MonProxyLabelerIntclone in class ObjectCopyright © 2015. All rights reserved.