Details
Description
PaxExam container will call the tearDown method finally, if the after method throws exception,
the orginal exception (which is thrown by setUp method or the test method) will be overrided..
ContextTestSupport's tearDown method will through NPE, if the exception is thrown from the setup method
We need to check the reference of context and template first before we can their stop method.