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

Checks the work of ConfigurationExtensions More...

Inheritance diagram for KlusterKite.NodeManager.Tests.ConfigurationCheckTests:
KlusterKite.NodeManager.Tests.ConfigurationCheckTestsBase

Public Member Functions

 ConfigurationCheckTests (ITestOutputHelper output)
 Initializes a new instance of the ConfigurationCheckTests class. More...
 
async Task DefaultConfigurationNoError ()
 Testing that default configuration has no errors More...
 
async Task NoPackagesError ()
 Tests the error of missed package definitions More...
 
async Task NoTemplatesError ()
 Tests the error of missed template definitions More...
 
async Task ConfigurationPackageDependencyInvalidVersionError ()
 Test for correct workaround of incompatible package versions More...
 
async Task ConfigurationPackageDependencyNotDefinedError ()
 Test for correct workaround of missed definition of package dependencies More...
 
async Task ConfigurationPackageNotFoundError ()
 Test for correct workaround of package definitions missed in nuget repository More...
 
async Task ConfigurationPackageVersionFormatError ()
 Testing package version format error More...
 
async Task ConfigurationTemplateNoPackagesError ()
 Test for correct workaround of missed package requirements definition in defined template More...
 
async Task ConfigurationTemplatePackageRequirementDependencyNotFoundError ()
 Test for correct workaround of missed dependency of package requirements definition in defined template More...
 
async Task ConfigurationTemplatePackageRequirementDependencyWrongVersionError ()
 Test for correct workaround of incompatible dependency of package requirements definition in defined template More...
 
async Task ConfigurationTemplatePackageRequirementVersionFormatError ()
 Test for correct workaround of package requirements specific version format error in defined template More...
 
async Task ConfigurationTemplateUnknownPackagesError ()
 Test for correct workaround of template requirement for undefined package More...
 
async Task ConfigurationTemplateUnknownPackagesWithVersionError ()
 Test for correct workaround of template requirement for package that is missed in nuget repository More...
 

Additional Inherited Members

- Public Attributes inherited from KlusterKite.NodeManager.Tests.ConfigurationCheckTestsBase
const string Net46 = ".NETFramework,Version=v4.6"
 The .NET Framework 4.6 name More...
 
const string NetCore = ".NETCoreApp,Version=v1.1"
 The .NET Core 1.1 name More...
 
- Protected Member Functions inherited from KlusterKite.NodeManager.Tests.ConfigurationCheckTestsBase
 ConfigurationCheckTestsBase (ITestOutputHelper output)
 Initializes a new instance of the ConfigurationCheckTestsBase class. More...
 
- Properties inherited from KlusterKite.NodeManager.Tests.ConfigurationCheckTestsBase
ITestOutputHelper Output [get]
 Gets the test output stream More...
 

Detailed Description

Checks the work of ConfigurationExtensions

Definition at line 26 of file ConfigurationCheckTests.cs.

Constructor & Destructor Documentation

◆ ConfigurationCheckTests()

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

Initializes a new instance of the ConfigurationCheckTests class.

Parameters
outputThe output.

Definition at line 34 of file ConfigurationCheckTests.cs.

Member Function Documentation

◆ ConfigurationPackageDependencyInvalidVersionError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationPackageDependencyInvalidVersionError ( )

Test for correct workaround of incompatible package versions

Returns
The async task

Definition at line 117 of file ConfigurationCheckTests.cs.

◆ ConfigurationPackageDependencyNotDefinedError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationPackageDependencyNotDefinedError ( )

Test for correct workaround of missed definition of package dependencies

Returns
The async task

Definition at line 137 of file ConfigurationCheckTests.cs.

◆ ConfigurationPackageNotFoundError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationPackageNotFoundError ( )

Test for correct workaround of package definitions missed in nuget repository

Returns
The async task

Definition at line 156 of file ConfigurationCheckTests.cs.

◆ ConfigurationPackageVersionFormatError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationPackageVersionFormatError ( )

Testing package version format error

Returns
The async task

Definition at line 175 of file ConfigurationCheckTests.cs.

◆ ConfigurationTemplateNoPackagesError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationTemplateNoPackagesError ( )

Test for correct workaround of missed package requirements definition in defined template

Returns
The async task

Definition at line 194 of file ConfigurationCheckTests.cs.

◆ ConfigurationTemplatePackageRequirementDependencyNotFoundError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationTemplatePackageRequirementDependencyNotFoundError ( )

Test for correct workaround of missed dependency of package requirements definition in defined template

Returns
The async task

Definition at line 213 of file ConfigurationCheckTests.cs.

◆ ConfigurationTemplatePackageRequirementDependencyWrongVersionError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationTemplatePackageRequirementDependencyWrongVersionError ( )

Test for correct workaround of incompatible dependency of package requirements definition in defined template

Returns
The async task

Definition at line 235 of file ConfigurationCheckTests.cs.

◆ ConfigurationTemplatePackageRequirementVersionFormatError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationTemplatePackageRequirementVersionFormatError ( )

Test for correct workaround of package requirements specific version format error in defined template

Returns
The async task

Definition at line 259 of file ConfigurationCheckTests.cs.

◆ ConfigurationTemplateUnknownPackagesError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationTemplateUnknownPackagesError ( )

Test for correct workaround of template requirement for undefined package

Returns
The async task

Definition at line 279 of file ConfigurationCheckTests.cs.

◆ ConfigurationTemplateUnknownPackagesWithVersionError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.ConfigurationTemplateUnknownPackagesWithVersionError ( )

Test for correct workaround of template requirement for package that is missed in nuget repository

Returns
The async task

Definition at line 299 of file ConfigurationCheckTests.cs.

◆ DefaultConfigurationNoError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.DefaultConfigurationNoError ( )

Testing that default configuration has no errors

Returns
The async task

Definition at line 58 of file ConfigurationCheckTests.cs.

◆ NoPackagesError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.NoPackagesError ( )

Tests the error of missed package definitions

Returns
The async task

Definition at line 82 of file ConfigurationCheckTests.cs.

◆ NoTemplatesError()

async Task KlusterKite.NodeManager.Tests.ConfigurationCheckTests.NoTemplatesError ( )

Tests the error of missed template definitions

Returns
The async task

Definition at line 99 of file ConfigurationCheckTests.cs.


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