AbstractFlowExecutionTests.java | Class | Base class for integration tests that verify a flow executes as expected.
Flow execution tests captured by subclasses should test that a flow responds
to all supported transition criteria correctly, transitioning to the correct
states and producing the expected results on the occurence of possible
external (user) events.
More specifically, a typical flow execution test case will test:
|