✅ Ready to clone and code.
This commit is contained in:
committed by
github-actions[bot]
parent
6298a623f7
commit
828e257453
14
DotnetTestLib.Tests/UnitTest1.cs
Normal file
14
DotnetTestLib.Tests/UnitTest1.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace DotnetTestLib.Tests;
|
||||
|
||||
using DotnetTestLib;
|
||||
|
||||
public class UnitTest1
|
||||
{
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
var hwp = new HelloWorldProvider();
|
||||
Assert.Equal("Hello, Simon!", hwp.GetHelloWorld("Simon"));
|
||||
Assert.Equal("Hello world!", hwp.GetHelloWorld());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user