143144145146147148149150
} public void testBadEncodingAttributeException() { String message = "message"; Exception ex = new BadEncodingAttributeException(message); assertEquals(message, ex.getMessage()); }