mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
11 lines
129 B
C#
11 lines
129 B
C#
namespace dotnet_test_mstest;
|
|
|
|
[TestClass]
|
|
public class UnitTest1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|