KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.NodeManager.Tests.ConfigurationTests Class Reference

Testing basic work with Configuration More...

Inheritance diagram for KlusterKite.NodeManager.Tests.ConfigurationTests:

Public Member Functions

 ConfigurationTests (ITestOutputHelper output)
 Initializes a new instance of the ConfigurationTests class. More...
 
void Dispose ()
 
void TestConfigurationCompatibilityConfigurationsSet ()
 Tests the configuration compatibility set-up - templates with changed configurations are in compatible More...
 
void TestConfigurationCompatibilityModuleListSet ()
 Tests the configuration compatibility set-up - templates with changed modules list are incompatible More...
 
void TestConfigurationCompatibilityModuleVersionSet ()
 Tests the configuration compatibility set-up - templates with changed modules versions are incompatible More...
 

Detailed Description

Testing basic work with Configuration

Definition at line 30 of file ConfigurationTests.cs.

Constructor & Destructor Documentation

◆ ConfigurationTests()

KlusterKite.NodeManager.Tests.ConfigurationTests.ConfigurationTests ( ITestOutputHelper  output)

Initializes a new instance of the ConfigurationTests class.

Parameters
outputThe output.

Definition at line 43 of file ConfigurationTests.cs.

Member Function Documentation

◆ Dispose()

void KlusterKite.NodeManager.Tests.ConfigurationTests.Dispose ( )

Definition at line 49 of file ConfigurationTests.cs.

◆ TestConfigurationCompatibilityConfigurationsSet()

void KlusterKite.NodeManager.Tests.ConfigurationTests.TestConfigurationCompatibilityConfigurationsSet ( )

Tests the configuration compatibility set-up - templates with changed configurations are in compatible

Definition at line 58 of file ConfigurationTests.cs.

◆ TestConfigurationCompatibilityModuleListSet()

void KlusterKite.NodeManager.Tests.ConfigurationTests.TestConfigurationCompatibilityModuleListSet ( )

Tests the configuration compatibility set-up - templates with changed modules list are incompatible

Definition at line 116 of file ConfigurationTests.cs.

◆ TestConfigurationCompatibilityModuleVersionSet()

void KlusterKite.NodeManager.Tests.ConfigurationTests.TestConfigurationCompatibilityModuleVersionSet ( )

Tests the configuration compatibility set-up - templates with changed modules versions are incompatible

Definition at line 174 of file ConfigurationTests.cs.


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