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

Prepares the test environment to test ConfigurationExtensions More...

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

Public Attributes

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

 ConfigurationCheckTestsBase (ITestOutputHelper output)
 Initializes a new instance of the ConfigurationCheckTestsBase class. More...
 

Properties

ITestOutputHelper Output [get]
 Gets the test output stream More...
 

Detailed Description

Prepares the test environment to test ConfigurationExtensions

Definition at line 32 of file ConfigurationCheckTestsBase.cs.

Constructor & Destructor Documentation

◆ ConfigurationCheckTestsBase()

KlusterKite.NodeManager.Tests.ConfigurationCheckTestsBase.ConfigurationCheckTestsBase ( ITestOutputHelper  output)
protected

Initializes a new instance of the ConfigurationCheckTestsBase class.

Parameters
outputThe output.

Definition at line 50 of file ConfigurationCheckTestsBase.cs.

Member Data Documentation

◆ Net46

const string KlusterKite.NodeManager.Tests.ConfigurationCheckTestsBase.Net46 = ".NETFramework,Version=v4.6"

The .NET Framework 4.6 name

Definition at line 37 of file ConfigurationCheckTestsBase.cs.

◆ NetCore

const string KlusterKite.NodeManager.Tests.ConfigurationCheckTestsBase.NetCore = ".NETCoreApp,Version=v1.1"

The .NET Core 1.1 name

Definition at line 42 of file ConfigurationCheckTestsBase.cs.

Property Documentation

◆ Output

ITestOutputHelper KlusterKite.NodeManager.Tests.ConfigurationCheckTestsBase.Output
getprotected

Gets the test output stream

Definition at line 58 of file ConfigurationCheckTestsBase.cs.


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