*
* @exception T_Fail Throws T_Fail on any test failure.
**/
protected void runTestSet() throws T_Fail
{
AccessFactory store = null;
TransactionController tc = null;
boolean pass = false;
out.println("executing b2i test");
store = (AccessFactory) store_module;
if (store == null)
{
throw T_Fail.testFailMsg(
getModuleToTestProtocolName() + " service not started.");
}
ContextManager cm1 = contextService.newContextManager();
contextService.setCurrentContextManager(cm1);
REPORT("(unitTestMain) Testing " + testService);
try {
tc = store.getTransaction(cm1);
pass = true;
if (
t_005(tc) &&