Loads the scenario classes using a class loader. This assures that the scenario to be tested runs isolated. The isolation of scenarios is essencial for testing, because each scenario requires that the POJO and ScenarioRunner classes were not loaded before its execution. With scenario loader, we can run more than one scenario in a same test instance, avoiding to write a TestCase class for each scenario.
@author Flavia Rainone
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.