14 lines
185 B
C#
14 lines
185 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace FileUtilityTests
|
|
{
|
|
[TestClass]
|
|
public class GetValidFilename
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|
|
}
|