public void AssemblyLineSegmentListTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     txRectangle_Accessor target = new txRectangle_Accessor(param0); // TODO: Initialize to an appropriate value
     target.AssemblyLineSegmentList();
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }
 public void RotateTest()
 {
     PrivateObject param0 = null; // TODO: Initialize to an appropriate value
     txRectangle_Accessor target = new txRectangle_Accessor(param0); // TODO: Initialize to an appropriate value
     double t = 0F; // TODO: Initialize to an appropriate value
     target.Rotate(t);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }