Exemplo n.º 1
0
 public void DoSetup()
 {
     mWatch       = new Stopwatch();
     mDotNetwatch = new DotNetStopwatch(mWatch);
     Assert.That(mWatch.IsRunning, Is.False);
 }
Exemplo n.º 2
0
 public void TestStartNewIsRunning()
 {
     Assert.That(DotNetStopwatch.StartNew().IsRunning, Is.True);
 }