System\Drawing\Drawing2D\GraphicsPathTests.cs (24)
139Assert.Equal(0, gp.PathData.Points.Length);
148Assert.Equal(1f, gp.PathData.Points[0].X);
149Assert.Equal(1f, gp.PathData.Points[0].Y);
151gp.PathData.Points[0] = new Point(0, 0);
152Assert.Equal(1f, gp.PathData.Points[0].X);
153Assert.Equal(1f, gp.PathData.Points[0].Y);
749Assert.Equal(0, gpi.PathData.Points.Length);
752Assert.Equal(0, gpf.PathData.Points.Length);
766Assert.Equal(8, gpi.PathData.Points.Length);
771Assert.Equal(8, gpf.PathData.Points.Length);
794Assert.Equal(8, gpi.PathData.Points.Length);
799Assert.Equal(8, gpf.PathData.Points.Length);
844Assert.Equal(13, gpi.PathData.Points.Length);
847Assert.Equal(13, gpf.PathData.Points.Length);
2064Assert.Equal(0, gp.PathData.Points.Length);
2083path.PathData.Points.Should().HaveCount(2);
2099path.PathData.Points.Should().HaveCount(4);
2116path.PathData.Points.Should().HaveCount(4);
2132path.PathData.Points.Should().HaveCount(4);
2142path.PathData.Points.Should().HaveCount(10);
2158path.PathData.Points.Should().HaveCount(4);
2168path.PathData.Points.Should().HaveCount(13);
2184path.PathData.Points.Should().HaveCount(5);
2201path.PathData.Points.Should().HaveCount(3);