public interface CsvTestExecutionHandler
CsvMethod annotated method
invocation.| Modifier and Type | Method and Description |
|---|---|
void |
afterCsvMethodInvocation(CsvMethodInvocation data)
The callback method to implement to be notified after a
CsvMethod is invoked. |
void |
afterCsvTestExecution(File testFile)
The callback method to implement to be notified after a new CSV test is launched.
|
void |
beforeCsvMethodInvocation(CsvMethodInvocation data)
The callback method to implement to be notified before a
CsvMethod is invoked. |
void |
beforeCsvTestExecution(File testFile)
The callback method to implement to be notified before a new CSV test is launched.
|
void afterCsvMethodInvocation(CsvMethodInvocation data)
CsvMethod is invoked.data - The invocation data which might be exploitedvoid afterCsvTestExecution(File testFile)
testFile - The executed csv file.void beforeCsvMethodInvocation(CsvMethodInvocation data)
CsvMethod is invoked.data - The invocation data which might be exploitedvoid beforeCsvTestExecution(File testFile)
testFile - The executed csv file.Copyright © 2018. All rights reserved.