error.getPresentationMessage(), is(equalTo(message)));
assertThat("Verbose messages should be the same.",
error.getVerboseMessage(), is(equalTo(message)));
// SERVER INFO ATTRIBUTES
final ServerInfo info = error.getServerInfo();
assertThat("Server time should not be empty.",
info.getServerTime(), is(notNullValue()));
assertThat("Timestamp should not be empty.",
info.getTimestamp(), is(notNullValue()));
assertThat("Server instance should not be empty.",
info.getInstance(), is(notNullValue()));
}
}