mirror of
https://github.com/rmcrackan/Libation.git
synced 2026-02-07 20:52:32 -05:00
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()
|
|
{
|
|
}
|
|
}
|
|
}
|