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