Пример #1
0
 public void TestItCompiles()
 {
     Assert.Equal(segment.ToString(), centreline.GetCompileData(new SectorElementCollection()));
 }
 public void TestStringRepresentation()
 {
     Assert.Equal("abc def ghi jkl", segment.ToString());
 }