Exemple #1
0
 public void LowerHeadTest()
 {
     toolHead.Lower();
     Assert.IsTrue(toolHead.Status == HeadStatus.Lowered);
 }