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