Fail Fast Running a Fail Fast Test

This class does two things:
  1. Runs a test that is failing fast.
  2. 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.