From Wikipedia:
A test fixture is something used to consistently test some item, device, or piece of software.
It can also enhance readability of tests by extracting common initialisation / finalisation code from the test methods themselves.
Where common initialisation can be executed once in...