Methods Summary |
---|
public static void | main(java.lang.String[] args)
junit.textui.TestRunner.run(suite());
|
public static junit.framework.Test | suite()
TestSuite suite = new TestSuite(AttributeStringHelperTest.class);
return suite;
|
public void | testJoinAttributes()Test of joinAttributes method, of class com.sun.enterprise.admin.monitor.registry.spi.AttributeStringHelper.
System.out.println("testJoinAttributes");
fail("The test case is empty.");
|
public void | testSplitAttribute()Test of splitAttribute method, of class com.sun.enterprise.admin.monitor.registry.spi.AttributeStringHelper.
System.out.println("testSplitAttribute");
fail("The test case is empty.");
|