Assert.assertEquals(System.identityHashCode(ti), ti.hashCode());
ServiceHelper.start(ti);
ServiceHelper.stop(ti);
QName name = ti.getArtifactType();
Assert.assertEquals(new QName("http://sample", "Test2"), name);
String str = ti.test("ABC");
Assert.assertEquals("Test 2: ABC", str);
ServiceHelper.stop(ti);
}
}