Class StepInterceptor

java.lang.Object
net.thucydides.core.steps.StepInterceptor
All Implemented Interfaces:
Interceptor, MethodErrorReporter

public class StepInterceptor extends Object implements MethodErrorReporter, Interceptor
Listen to step results and publish notification messages. The step interceptor is designed to work on a given test case or user story. It logs test step results so that they can be reported on at the end of the test case.
Author:
johnsmart