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

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];