예제 #1
0
        protected void BeforeEachTest()
        {
            if (_setupException != null)
            {
                Console.WriteLine("TestFixtureSetUp failed in {0} - {1}", GetType(), _setupException.Message);
                throw _setupException;
            }

            _directoryHelper.DeleteAllEntriesInDir();
        }
예제 #2
0
        protected override void SetUp()
        {
            base.SetUp();
            if (_setupException != null)
            {
                Console.WriteLine("TestFixtureSetUp failed in {0} - {1}", GetType(), _setupException.Message);
                throw _setupException;
            }

            _directoryHelper.DeleteAllEntriesInDir();
        }