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