Package org.jbehave.core.model
Interface TableTransformerMonitor
-
- All Known Implementing Classes:
DelegatingTableTransformerMonitor,NullTableTransformerMonitor
public interface TableTransformerMonitorInterface to monitor table transformer events
-
-
Method Summary
Modifier and Type Method Description voidafterTransformerApplying(String transformerName, ExamplesTable.TableProperties properties, String outputTable)voidbeforeTransformerApplying(String transformerName, ExamplesTable.TableProperties properties, String inputTable)
-
-
-
Method Detail
-
beforeTransformerApplying
void beforeTransformerApplying(String transformerName, ExamplesTable.TableProperties properties, String inputTable)
-
afterTransformerApplying
void afterTransformerApplying(String transformerName, ExamplesTable.TableProperties properties, String outputTable)
-
-