April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Test fixtures
nA test fixture is the context in which a test case runs.
nTypically, test fixtures include:
nObjects or resources that are available for use by any test case.
nActivities required to make these objects available and/or resource allocation and de-allocation:  “setup” and “teardown”.
n
n