After notifying the dashboard of failed test we need to perform the same handling of that test as the base class would by proxying to the parent (in this case it just throws the Throwable).
Unless this is done, the test is seen as passing in the command line.
This PR fixes #16
After notifying the dashboard of failed test we need to perform the same handling of that test as the base class would by proxying to the parent (in this case it just throws the Throwable).
Unless this is done, the test is seen as passing in the command line.
Cheers!