assertEquals("50 more...", lines[50]);
}
public static void main(String[] args) {
AssertionError assertionError = new AssertionError("This is a very long error message. Who would type such a message? It's crazy. This is much too long. This must be stopped. It cannot be allowed to continue.");
EventInfoFrame frame = new EventInfoFrame(methodFailed("message", "", assertionError));
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setVisible(true);
}