Esempio n. 1
0
        public void GetJournalTextTest()
        {
            CodeTimer timer = new CodeTimer(typeof(CodeTimerTest), "GetJournalTextTest", true);

            timer.Stop();
            Assert.NotNull(timer.GetJournalText());
        }