добавлен бэкенд тест

This commit is contained in:
2025-02-05 14:50:07 +03:00
parent cc5c595948
commit 5e805a28b0
31 changed files with 173 additions and 366 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ using System.Net.Sockets;
using System.Reflection;
using mROA.Abstract;
using mROA.Codegen;
using mROA.Example;
using Example.Shared;
using mROA.Implementation;
namespace mROA.Test;
@@ -32,7 +32,7 @@ public class FrontendFinalTest
_serialisationModule = new JsonSerialisationModule();
_executeModule = new LaunchReadyExecutionModule();
_executeModule = new BasicExecutionModule();
IInjectableModule[] backendModules = [_methodRepository, _contextRepository, _interactionModule, _serialisationModule, _executeModule];
+1 -1
View File
@@ -2,7 +2,7 @@
// using System.Reflection;
// using System.Text;
// using System.Text.Json;
// using mROA.Example;
// using Example.Shared;
// using mROA.Implementation;
// using Newtonsoft.Json;
// using JsonSerializer = System.Text.Json.JsonSerializer;
-1
View File
@@ -27,7 +27,6 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mROA.Example\mROA.Example.csproj" />
<ProjectReference Include="..\mROA\mROA.csproj" />
</ItemGroup>
@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("mROA.Test")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f51dd93c8755e9e879dfa42a02f470d64a7d711a")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cc5c595948305981ceadef95889ffeab017dd2b7")]
[assembly: System.Reflection.AssemblyProductAttribute("mROA.Test")]
[assembly: System.Reflection.AssemblyTitleAttribute("mROA.Test")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]