Пример #1
0
  /**
   * T_MultiThreadedIteration method
   *
   * @exception T_Fail Unexpected behaviour from the API
   */
  protected void joinSetupTest() throws T_Fail {

    T_Fail.T_ASSERT(factory != null, "raw store factory not setup ");
    T_Fail.T_ASSERT(contextService != null, "Context service not setup ");
    T_Fail.T_ASSERT(commonContainer != -1, "common container not setup ");

    t_util = new T_Util(factory, lf, contextService);
  }