コード例 #1
0
        public void Test_CreateNewThread()
        {
            Guid threadID = Guid.NewGuid();

            LogThreader threader = new LogThreader(TestUtilities.GetTestingPath(this), DateTime.Now.ToShortDateString());

            XmlDocument doc = threader.CreateNewThread();

            Assert.IsNotNull(doc, "The thread document is null.");
        }
コード例 #2
0
		public void Test_CreateNewThread()
		{
			Guid threadID = Guid.NewGuid();
			
			LogThreader threader = new LogThreader(TestUtilities.GetTestingPath(this), DateTime.Now.ToShortDateString());
			
			XmlDocument doc = threader.CreateNewThread();
			
			Assert.IsNotNull(doc, "The thread document is null.");
		}