コード例 #1
0
ファイル: UnitTestLogger.cs プロジェクト: nausley/TestRepo
 public void LogDebugSession()
 {
     _sample1.DebugSession();
     Assert.Pass();
 }