KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Web.Tests.GraphQL.GraphQlControllerTests.Configurator Class Reference

The test configurator More...

Inheritance diagram for KlusterKite.Web.Tests.GraphQL.GraphQlControllerTests.Configurator:
KlusterKite.Core.TestKit.TestConfigurator

Public Member Functions

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

Public Attributes

override bool RunPostStart => true
 
- Public Attributes inherited from KlusterKite.Core.TestKit.TestConfigurator
virtual bool RunPostStart => false
 Gets a value indicating whether BaseInstaller.RunPostStart should be called More...
 

Detailed Description

The test configurator

Definition at line 372 of file GraphQlControllerTests.cs.

Member Function Documentation

◆ GetAkkaConfig()

override Config KlusterKite.Web.Tests.GraphQL.GraphQlControllerTests.Configurator.GetAkkaConfig ( ContainerBuilder  containerBuilder)
virtual

Gets the akka system config

Reimplemented from KlusterKite.Core.TestKit.TestConfigurator.

Definition at line 394 of file GraphQlControllerTests.cs.

◆ GetPluginInstallers()

override List<BaseInstaller> KlusterKite.Web.Tests.GraphQL.GraphQlControllerTests.Configurator.GetPluginInstallers ( )
virtual

Gets list of all used plugin installers

Returns
The list of installers

Reimplemented from KlusterKite.Core.TestKit.TestConfigurator.

Definition at line 381 of file GraphQlControllerTests.cs.

Member Data Documentation

◆ RunPostStart

override bool KlusterKite.Web.Tests.GraphQL.GraphQlControllerTests.Configurator.RunPostStart => true

Definition at line 375 of file GraphQlControllerTests.cs.


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