示例#1
0
 public static void DumpInfo(TextWriter tw)
 {
     TimerThread.DumpInfo(tw);
 }
 public void DumpInfoTest()
 {
     TimerThread.DumpInfo();
     Assert.Inconclusive("无法验证不返回值的方法。");
 }