public static Test suite() throws Exception {
   return TypedServerTestCase.suite(TypedEventChannelFactoryIntegrationTest.class);
 }
  protected void setUp() throws Exception {
    super.setUp();

    factory_ = getChannelFactory();
  }