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