mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-12-30 01:15:49 +08:00
18 lines
280 B
C#
18 lines
280 B
C#
using Xunit;
|
|
|
|
namespace NetAdmin.BizServer.Tests;
|
|
|
|
/// <summary>
|
|
/// UsedNumberTests
|
|
/// </summary>
|
|
public class UsedNumberTests
|
|
{
|
|
/// <summary>
|
|
/// Test1
|
|
/// </summary>
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
// Assert.True("1".Int32() == 2);
|
|
}
|
|
} |