public void testClearHandler()
throws Exception
{
final SAXConfigurationHandler handler = new SAXConfigurationHandler();
//TODO: This is a really bad unit test - should test internal state
handler.clear();
}
public void testCreateConfigurationContainingEmptySeparator()
throws Exception
{