14.2. Extending AbstractXmlFlowExecutionTests

To test the execution of a XML-based flow definition, extend AbstractXmlFlowExecutionTests:

public class BookingFlowExecutionTests extends AbstractXmlFlowExecutionTests {

}