public virtual void VisitGroupShapeStart(GroupShapeProxy groupShape)
 {
 }
 public virtual void VisitGroupShapeEnd(GroupShapeProxy groupShape)
 {
 }
 public override void VisitGroupShapeEnd(GroupShapeProxy groupShape)
 {
     this.builder.AppendLine("</GroupShape>");
 }
 public override void VisitGroupShapeStart(GroupShapeProxy groupShape)
 {
     this.builder.AppendLine().AppendFormat("<GroupShape {0}>", FormatAttributes(new NamedValue("Name", groupShape.Name)))
         .AppendLine();
 }
 public GroupShapeProxyFacts()
 {
     this.testee = new GroupShapeProxy(ShapeName);
 }