KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Core.TestKit.HackedBaseActorTest Class Reference

Some strange workaround to solve class creation order problem More...

Inheritance diagram for KlusterKite.Core.TestKit.HackedBaseActorTest:
KlusterKite.Core.TestKit.BaseActorTest< TConfigurator > KlusterKite.Web.Tests.WebTest< TConfigurator >

Classes

class  TestDescription
 Base test class initialization data More...
 

Protected Member Functions

 HackedBaseActorTest (TestDescription description)
 Initializes a new instance of the HackedBaseActorTest class. More...
 

Properties

IContainer Container [get]
 Gets DI container More...
 

Detailed Description

Some strange workaround to solve class creation order problem

Definition at line 22 of file HackedBaseActorTest.cs.

Constructor & Destructor Documentation

◆ HackedBaseActorTest()

KlusterKite.Core.TestKit.HackedBaseActorTest.HackedBaseActorTest ( TestDescription  description)
protected

Initializes a new instance of the HackedBaseActorTest class.

Parameters
descriptionThe description.

Definition at line 30 of file HackedBaseActorTest.cs.

Property Documentation

◆ Container

IContainer KlusterKite.Core.TestKit.HackedBaseActorTest.Container
getprotected

Gets DI container

Definition at line 46 of file HackedBaseActorTest.cs.


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