DefaultCallbackHandler cmd = parse("");
assertFalse(cmd.hasOperationName());
assertFalse(cmd.hasProperties());
assertNull(cmd.getOutputTarget());
assertFalse(cmd.endsOnSeparator());
assertFalse(cmd.endsOnAddressOperationNameSeparator());
assertFalse(cmd.endsOnPropertyListStart());
assertFalse(cmd.endsOnPropertySeparator());
assertFalse(cmd.endsOnPropertyValueSeparator());
assertTrue(cmd.getPropertyNames().isEmpty());
assertTrue(cmd.getOtherProperties().isEmpty());