Fail Fast Running a Fail Fast Test
This class does two things:
- Runs a test that is failing fast.
- Asserts some Success that should happen - even though the previous test failed fast due to an an exception,
this test is not annotated @FailFast so it should continue.