org.databene.contiperf
Interface Invoker
- All Known Implementing Classes:
- InvokerProxy, JUnitInvoker, PerformanceTracker
public interface Invoker
Abstraction of anything that can be invoked.
This is used in order to target specific details of the code to be invoked
(e.g. JUnit) from the ContiPerf framework.
Created: 22.10.2009 16:25:29
- Since:
- 1.0
- Author:
- Volker Bergmann
getId
String getId()
invoke
Object invoke(Object[] args)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.