fork()
).A_Test
.A_BeforeClass
. The Fixture Setup cleanup steps are Methods annotated with A_AfterClass
.Within above order, the Methods will always be executed in the same order as they were found by the Generator in the C Source.
A_Test
.A_Before
. The Test Case Setup cleanup steps are Methods annotated with A_After
.setUp()
/ tearDown()
in older frameworks.