예제 #1
0
        public void AbortLoadingTest()
        {
            string    logFileName = this.logFileNameAllColumns;
            LogParser target      = new LogParser(logFileName);

            target.LoadLogEntriesAsync();
            target.AbortLoading();
            Assert.IsFalse(target.LoadingInProgress);
        }