An extension of {@link ScenarioExecution} for use within (coarse grained)integration tests and Cucumber specs where there is back-end database.
To this end it provides implementations of {@link #install(InstallableFixture)} (to tear down/setup data)and of {@link #beginTran() begin} and {@link #endTran(boolean) end} (for transaction management.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.