예제 #1
0
 public void toRaphJSTest()
 {
     PowerPoint.Shape shape = new MockShape();
     int id = 0;
     TildaShape target = new TildaShape(shape, id);
     string expected = string.Empty;
     string actual;
     actual = target.toRaphJS();
     Assert.AreEqual(expected, actual);
 }