Indicates that the parse attribute has some value other than xml or text.
parse
xml
text
136137138139140141142143
} public void testBadParseAttributeException() { String message = "message"; Exception ex = new BadParseAttributeException(message); assertEquals(message, ex.getMessage()); }