Fail Fast Running a Fail Fast Test
This class does two things:
Runs a test that is
failing fast
.
Asserts some
Success
that should not happen - this test is annotated @FailFast so execution will stop before the assertion.