Stub test project
This commit is contained in:
parent
53a904e0b0
commit
3efc97e9d0
3 changed files with 40 additions and 1 deletions
16
src/tests/UnitTest1.cs
Normal file
16
src/tests/UnitTest1.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
namespace tests
|
||||
{
|
||||
public class Tests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Test1()
|
||||
{
|
||||
Assert.Pass();
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue