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 MonProxyLabelerInt
public String getSummaryLabel(Method method)
MonProxyLabelerInt
getSummaryLabel
in interface MonProxyLabelerInt
public String getExceptionLabel(Method method)
MonProxyLabelerInt
getExceptionLabel
in interface MonProxyLabelerInt
public String getSummaryPrefix()
public String getExceptionPrefix()
public Object clone()
clone
in interface MonProxyLabelerInt
clone
in class Object
Copyright © 2015. All rights reserved.