KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Core.TestKit.TestConfigurator Class Reference

Configures base data for tests. Such as Akka config and list of used installers More...

Inheritance diagram for KlusterKite.Core.TestKit.TestConfigurator:
KlusterKite.API.Tests.ApiHandlerActorTests.Configurator KlusterKite.API.Tests.ApiPublisherActorTests.Configurator KlusterKite.Core.Tests.Configuration.ConfigurationTest.Configurator KlusterKite.Data.Tests.DataActorTests.Configurator KlusterKite.LargeObjects.Tests.ParcelsTest.Configurator KlusterKite.NodeManager.Tests.ApiIntegrationTests.Configuration KlusterKite.NodeManager.Tests.ConfigurationSourceTests.Configurator KlusterKite.NodeManager.Tests.MigratorTests.Configurator KlusterKite.NodeManager.Tests.NodeManagerActorTests.Configurator KlusterKite.Web.Tests.Auth.AuthenticationTests.Configurator KlusterKite.Web.Tests.Auth.AuthorizationTests.Configurator KlusterKite.Web.Tests.ControllerTests.Configurator KlusterKite.Web.Tests.GraphQL.ApiBrowserActorTest.Configurator KlusterKite.Web.Tests.GraphQL.GraphQlControllerTests.Configurator KlusterKite.Web.Tests.NginxConfiguratorTest.Configurator KlusterKite.Web.Tests.WebDescriptorTest.Configurator

Public Member Functions

virtual Config GetAkkaConfig (ContainerBuilder containerBuilder)
 Gets the akka system config More...
 
virtual List< BaseInstallerGetPluginInstallers ()
 Gets list of all used plugin installers More...
 

Public Attributes

virtual bool RunPostStart => false
 Gets a value indicating whether BaseInstaller.RunPostStart should be called More...
 

Detailed Description

Configures base data for tests. Such as Akka config and list of used installers

Definition at line 21 of file TestConfigurator.cs.

Member Function Documentation

◆ GetAkkaConfig()

◆ GetPluginInstallers()

Member Data Documentation

◆ RunPostStart

virtual bool KlusterKite.Core.TestKit.TestConfigurator.RunPostStart => false

Gets a value indicating whether BaseInstaller.RunPostStart should be called

Definition at line 26 of file TestConfigurator.cs.


The documentation for this class was generated from the following file: