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,7 +1,9 @@
using System.Diagnostics.CodeAnalysis;
using System.IO;
namespace Shapes
{
[ExcludeFromCodeCoverage]
public class ShapeFactory
{
public T GetShapeFromFile<T>(FileStream fileStream)