Concordion > Commands > Example >

Hook Methods in fixtures with examples, but nothing in the "outer" example

Unlike the "Hook Methods in fixtures with examples" specification, this specification has no commands outside of the named examples.

Since this part of the specification is in the first example and there is no "outer" example, the @BeforeExample methods should have been called 1 time, and the @AfterExample methods should have been called 0 time.

Since this part of the specification is in the second example, the @BeforeExample methods should have been called 2 times, and the @AfterExample methods should have been called 1 times.