mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-30 09:25:49 +08:00
wip: 🧠 初步的框架
This commit is contained in:
18
src/backend/NetAdmin.BizServer.Tests/UsedNumberTests.cs
Normal file
18
src/backend/NetAdmin.BizServer.Tests/UsedNumberTests.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Xunit;
|
||||
|
||||
namespace NetAdmin.BizServer.Tests;
|
||||
|
||||
/// <summary>
|
||||
/// UsedNumberTests
|
||||
/// </summary>
|
||||
public class UsedNumberTests
|
||||
{
|
||||
/// <summary>
|
||||
/// Test1
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void Test1()
|
||||
{
|
||||
// Assert.True("1".Int32() == 2);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user