#swDevTermOfTheDay A #TestFixture set up an environment for an automated test in a known state, bind the test to the production code and finally resets to the original state after the execution of the test. I'ts basically the complement to the #TestCase itself.