ValueOutputterTests.cs
using NUnit.Framework;
namespace Tests_3
{
internal class ValueOutputterTests
{
[Test]
public void YourTestGoesHere()
{
}
}
}
using NUnit.Framework;
namespace Tests_3
{
internal class ValueOutputterTests
{
[Test]
public void YourTestGoesHere()
{
}
}
}