mirror of
https://github.com/soukoku/ntwain.git
synced 2025-04-05 20:59:23 +08:00
15 lines
263 B
C#
15 lines
263 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace NTwain.UnitTests
|
|
{
|
|
[TestClass]
|
|
public class UnitTest1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
Assert.Fail("Placeholder for now.");
|
|
}
|
|
}
|
|
}
|