At a minimum, you must override getResource(FlowDefinitionResourceFactory)
to return the path to the flow you wish to test:
@Override protected FlowDefinitionResource getResource(FlowDefinitionResourceFactory resourceFactory) { return resourceFactory.createFileResource("src/main/webapp/WEB-INF/hotels/booking/booking.xml"); }