assertEquals("5.01.0 Example error", mailSystemStatus.getMessage());
}
@Test
public void testEnhancedCodeInconsistent() {
Response response =
new Response(CODE500, "5.0.0 error\r\nMissing code!");
MailSystemStatus mailSystemStatus =
statusFactory
.createResponseLookingForEnhancedStatusCode(response);