If I run the following test, it fails:
public class CrazyExceptions { private Exception exception; @Before public void setUp(){ exception =
The stack trace in the exception corresponds to the "new" operation, nothing else.