unit tests are done

This commit is contained in:
Brady
2019-10-25 23:25:50 -06:00
parent 62c09e84d6
commit b64540c812
22 changed files with 569 additions and 115 deletions

View File

@@ -1,9 +1,11 @@
using System.Diagnostics.CodeAnalysis;
using System.Drawing;
using System.IO;
using static Shapes.ImageManager;
namespace Shapes
{
[ExcludeFromCodeCoverage]
public class Image : Rectangle
{
public Image(Point point1, Point point2, Point point3, Point point4, Stream stream) : base(point1, point2,