Example #1
0
        public virtual void TestCreateEventLog()
        {
            FairSchedulerEventLog eventLog = scheduler.GetEventLog();

            logFile = new FilePath(eventLog.GetLogFile());
            NUnit.Framework.Assert.IsTrue(logFile.Exists());
        }