Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

While running tests, the BlockFlexUnit4ClassRunner uses two very important concepts: recursive sequences and decoration.

The first sequence that is used in the BlockFlexUnit4ClassRunner is that of the before class sequence, the tests sequence, and after class sequence. Both the before class and after class sequences consist of the before class and after class methods. The tests sequence consists of a sequence of individual test sequences. Each individual test sequence contains the before sequence, the test, and the after sequence. The before and after sequences contain the before and after methods.

...