Fix batch creation & created end event firing
commit9b3b8614c11c7796b24171865c5d83b72c2be82f
authorImran M Yousuf <imyousuf@smartitengineering.com>
Tue, 28 Oct 2008 08:43:23 +0000 (28 14:43 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Tue, 28 Oct 2008 08:43:23 +0000 (28 14:43 +0600)
treebb599e498bc92baa66dd2bfc628bfcaa392e68f8
parent2cb4d3415e86eac64064904f0d007ca5074e6f87
Fix batch creation & created end event firing

Previously the test case creation factory's get instance op was not
supported by batch creator thus limiting the possibility of having
singleton creation factories. This change adds that first test factory class
will be searched with getInstance op and then followed by no-args
constructor and if both fails then default factory will be used.

Add NPE checking for step and delay provider initialization.

Added batch ended event firing operation.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
smart-load-test/smart-load-test-engine-impl/src/main/java/com/smartitengineering/loadtest/engine/impl/management/AbstracltTestCaseBatchCreator.java