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 not happen - this test is annotated @FailFast so execution will stop before the assertion.