96979899100101102103104105106
Assert.fail("Should have gone to catch block!"); }catch(IllegalArgumentException iaex) { Assert.assertNotNull(iaex.getMessage()); } clientFactory.destroy(); } @Test public void testIndexerClass() {