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

Tests the

See also
WebDescriptorActor
More...

Inheritance diagram for KlusterKite.Web.Tests.WebDescriptorTest:
KlusterKite.Core.TestKit.BaseActorTest< WebDescriptorTest.Configurator >

Classes

class  Configurator
 The test configurator More...
 

Public Member Functions

 WebDescriptorTest (ITestOutputHelper output)
 Initializes a new instance of the WebDescriptorTest class. More...
 
void ResponseTest ()
 Test actor for correct

See also
WebDescriptionResponse
More...
 
- Public Member Functions inherited from KlusterKite.Core.TestKit.BaseActorTest< WebDescriptorTest.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< WebDescriptorTest.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

Tests the

See also
WebDescriptorActor

Definition at line 34 of file WebDescriptorTest.cs.

Constructor & Destructor Documentation

◆ WebDescriptorTest()

KlusterKite.Web.Tests.WebDescriptorTest.WebDescriptorTest ( ITestOutputHelper  output)

Initializes a new instance of the WebDescriptorTest class.

Parameters
outputThe Xunit output.

Definition at line 42 of file WebDescriptorTest.cs.

Member Function Documentation

◆ ResponseTest()

void KlusterKite.Web.Tests.WebDescriptorTest.ResponseTest ( )

Test actor for correct

See also
WebDescriptionResponse

Definition at line 51 of file WebDescriptorTest.cs.


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