public static void Reset(TestCase test)
 {
   test.TearDown();
   LayoutManager.Reset();
   AnimationHandler.Reset();
 }