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

Tests for KlusterKite.NodeManager.ConfigurationSource More...

Inheritance diagram for KlusterKite.NodeManager.Tests.ConfigurationSourceTests:
KlusterKite.Core.TestKit.BaseActorTest< ConfigurationSourceTests.Configurator >

Classes

class  Configurator
 Configures current test system More...
 

Public Member Functions

 ConfigurationSourceTests (ITestOutputHelper output)
 Initializes a new instance of the ConfigurationSourceTests class. More...
 
void SeederOverrideTest ()
 Tests that plugins can override seeder type More...
 
- Public Member Functions inherited from KlusterKite.Core.TestKit.BaseActorTest< ConfigurationSourceTests.Configurator >
new TestActorRef< TActor > ActorOfAsTestActorRef< TActor > (Expression< Func< TActor >> factory, string name=null)
 Create a new actor as child of ActorSystem and returns it as TestActorRef<TActor> to enable access to the underlying actor instance via TestActorRefBase<TActor>.UnderlyingActor. Uses an expression that calls the constructor of TActor . More...
 
new TestActorRef< TActor > ActorOfAsTestActorRef< TActor > (Props props, string name=null)
 Create a new actor as child of ActorSystem and returns it as TestActorRef<TActor> to enable access to the underlying actor instance via TestActorRefBase<TActor>.UnderlyingActor. Uses an expression that calls the constructor of TActor . More...
 
virtual void Cleanup ()
 Cleanup after test run More...
 

Additional Inherited Members

- Protected Member Functions inherited from KlusterKite.Core.TestKit.BaseActorTest< ConfigurationSourceTests.Configurator >
 BaseActorTest (ITestOutputHelper output)
 Initializes a new instance of the BaseActorTest<TConfigurator> class. More...
 
override void Dispose (bool disposing)
 
ExpectMsg< T > (string path)
 Waiting for message

See also
TestActorForwarder

that was sent to the specified address More...

 
ExpectMsg< T > (string path, TimeSpan timeout)
 Waiting for message

See also
TestActorForwarder

that was sent to the specified address on specified time More...

 
void ExpectNoTestMsg ()
 Expecting that there is no new messages More...
 
TestMessage< T > ExpectTestMsg< T > ()
 Expects test message

See also
TestActorForwarder
More...
 
TestMessage< T > ExpectTestMsg< T > (TimeSpan timeout)
 Waiting for message

See also
TestActorForwarder

that was sent on specified time More...

 

Detailed Description

Constructor & Destructor Documentation

◆ ConfigurationSourceTests()

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

Initializes a new instance of the ConfigurationSourceTests class.

Parameters
outputThe output.

Definition at line 36 of file ConfigurationSourceTests.cs.

Member Function Documentation

◆ SeederOverrideTest()

void KlusterKite.NodeManager.Tests.ConfigurationSourceTests.SeederOverrideTest ( )

Tests that plugins can override seeder type

Definition at line 45 of file ConfigurationSourceTests.cs.


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