chore
This commit is contained in:
10
Atomx.Test/Atomx.Test.csproj
Normal file
10
Atomx.Test/Atomx.Test.csproj
Normal file
@@ -0,0 +1,10 @@
|
||||
<Project Sdk="MSTest.Sdk/4.0.1">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
1
Atomx.Test/MSTestSettings.cs
Normal file
1
Atomx.Test/MSTestSettings.cs
Normal file
@@ -0,0 +1 @@
|
||||
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel)]
|
||||
11
Atomx.Test/Test1.cs
Normal file
11
Atomx.Test/Test1.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Atomx.Test
|
||||
{
|
||||
[TestClass]
|
||||
public sealed class Test1
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod1()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user