Package io.perfana.client.api
Interface PerfanaCaller
-
- All Known Implementing Classes:
PerfanaClient
public interface PerfanaCaller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcallInitTest(PerfanaTestContext context)Call before test starts to get a unique test run id.voidcallPerfanaEvent(PerfanaTestContext context, String eventTitle, String eventDescription)voidcallPerfanaTestEndpoint(PerfanaTestContext context, boolean complete)voidcallPerfanaTestEndpoint(PerfanaTestContext context, boolean complete, Map<String,String> extraVariables)
-
-
-
Method Detail
-
callPerfanaEvent
void callPerfanaEvent(PerfanaTestContext context, String eventTitle, String eventDescription)
-
callPerfanaTestEndpoint
void callPerfanaTestEndpoint(PerfanaTestContext context, boolean complete)
-
callPerfanaTestEndpoint
void callPerfanaTestEndpoint(PerfanaTestContext context, boolean complete, Map<String,String> extraVariables)
-
callInitTest
String callInitTest(PerfanaTestContext context)
Call before test starts to get a unique test run id.- Parameters:
context- the test context- Returns:
- a unique test run id to be used in the test
-
-