init
This commit is contained in:
13
StructuralInstance.Test/UnitTest1.cs
Normal file
13
StructuralInstance.Test/UnitTest1.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Shouldly;
|
||||
|
||||
namespace StructuralInstance.Test;
|
||||
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
var c = new Class1();
|
||||
c.Test.ShouldBe("Hello Month");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user