Exemplo n.º 1
0
 public void StatusTickConstructorTest()
 {
     TwoServerWindow twoServer = null; // TODO: Initialize to an appropriate value
     float timeToEvent = 0F; // TODO: Initialize to an appropriate value
     StatusTick target = new StatusTick(twoServer, timeToEvent);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
Exemplo n.º 2
0
 public void ExecuteTest()
 {
     TwoServerWindow twoServer = null; // TODO: Initialize to an appropriate value
     float timeToEvent = 0F; // TODO: Initialize to an appropriate value
     StatusTick target = new StatusTick(twoServer, timeToEvent); // TODO: Initialize to an appropriate value
     target.Execute();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }