com.liferay.portal.kernel.workflow.test
Class WorkflowHandlerInvocationCounter<T>
java.lang.Object
com.liferay.portal.kernel.workflow.test.WorkflowHandlerInvocationCounter<T>
- All Implemented Interfaces:
- AutoCloseable
public class WorkflowHandlerInvocationCounter<T>
- extends Object
- implements AutoCloseable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowHandlerInvocationCounter
public WorkflowHandlerInvocationCounter(String className)
close
public void close()
throws Exception
- Specified by:
close in interface AutoCloseable
- Throws:
Exception
getCount
public int getCount(String methodName,
Class<?>... parameterTypes)
throws Exception
- Throws:
Exception