a running test template (coreclr)
This commit is contained in:
parent
c51f9f36cc
commit
26baaf5024
2 changed files with 27 additions and 0 deletions
14
test/UnitTest1.cs
Executable file
14
test/UnitTest1.cs
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using Xunit;
|
||||
|
||||
namespace test1
|
||||
{
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue