16 lines
283 B
C#
16 lines
283 B
C#
namespace NT8.Core.Tests;
|
|
|
|
/// <summary>
|
|
/// Unit tests for the core NT8 SDK functionality.
|
|
/// </summary>
|
|
public class UnitTest1
|
|
{
|
|
/// <summary>
|
|
/// A basic test to verify the test framework is working.
|
|
/// </summary>
|
|
[Fact]
|
|
public void Test1()
|
|
{
|
|
}
|
|
}
|