unit tests are done
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.IO;
|
||||
|
||||
namespace Shapes
|
||||
{
|
||||
[ExcludeFromCodeCoverage]
|
||||
public class ShapeFactory
|
||||
{
|
||||
public T GetShapeFromFile<T>(FileStream fileStream)
|
||||
|
||||
Reference in New Issue
Block a user