public TextXmlNodeTests(PropertyNameFixture <TextXmlNode> fixture)
 {
     this.propertyNames = fixture.PropertyNames;
 }
Exemplo n.º 2
0
 public LabelXmlNodeTests(PropertyNameFixture <LabelXmlNode> fixture)
 {
     this.propertyNames = fixture.PropertyNames;
 }
 public QrCodeXmlNodeTests(PropertyNameFixture <QrCodeXmlNode> fixture)
 {
     this.propertyNames = fixture.PropertyNames;
 }
 public EllipseXmlNodeTests(PropertyNameFixture <EllipseXmlNode> fixture)
 {
     this.propertyNames = fixture.PropertyNames;
 }
 public DiagonalLineXmlNodeTests(PropertyNameFixture <DiagonalLineXmlNode> fixture)
 {
     this.propertyNames = fixture.PropertyNames;
 }
Exemplo n.º 6
0
 public RectangleXmlNodeTests(PropertyNameFixture <RectangleXmlNode> fixture)
 {
     this.propertyNames = fixture.PropertyNames;
 }
 public ImageXmlNodeTests(PropertyNameFixture <ImageXmlNode> fixture)
 {
     this.propertyNames = fixture.PropertyNames;
 }
Exemplo n.º 8
0
 public SymbolXmlNodeTests(PropertyNameFixture <SymbolXmlNode> fixture)
 {
     this.propertyNames = fixture.PropertyNames;
 }