public override void Initialize(NfsTestCase testCase)
        {
            StdTestCase standardTestCase = (StdTestCase)testCase;

            SpringBootstrapper.Bootstrap();
            standardTestCase.Ctx = SpringBootstrapper.Ctx;
        }
        public override void Initialize(NfsTestCase testCase)
        {
            StdTestCase stdTestCase = (StdTestCase)testCase;

            LogBootstrapper.Bootstrap();
            stdTestCase.LoggerSetter = LoggerSetter;
        }