コード例 #1
0
ファイル: DitaExtractorTests.cs プロジェクト: 24418863/rdm
        protected void BeforeEachTest()
        {
            if (_setupException != null)
            {
                Console.WriteLine("TestFixtureSetUp failed in {0} - {1}", GetType(), _setupException.Message);
                throw _setupException;
            }

            _directoryHelper.DeleteAllEntriesInDir();
        }
コード例 #2
0
ファイル: DitaExtractorTests.cs プロジェクト: lulzzz/RDMP
        protected override void SetUp()
        {
            base.SetUp();
            if (_setupException != null)
            {
                Console.WriteLine("TestFixtureSetUp failed in {0} - {1}", GetType(), _setupException.Message);
                throw _setupException;
            }

            _directoryHelper.DeleteAllEntriesInDir();
        }