コード例 #1
0
ファイル: CodeTimerTest.cs プロジェクト: bone9820/xunit-error
        public void GetJournalTextTest()
        {
            CodeTimer timer = new CodeTimer(typeof(CodeTimerTest), "GetJournalTextTest", true);

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