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

Tests that ApiControllers are working More...

Inheritance diagram for KlusterKite.Web.Tests.ControllerTests:
KlusterKite.Web.Tests.WebTest< ControllerTests.Configurator >

Classes

class  Configurator
 The test configurator More...
 
class  TestInstaller
 The test installer to register components More...
 

Public Member Functions

 ControllerTests (ITestOutputHelper output)
 
async Task RequestTest ()
 Testing published controller method More...
 

Additional Inherited Members

- Protected Member Functions inherited from KlusterKite.Web.Tests.WebTest< ControllerTests.Configurator >
 WebTest (ITestOutputHelper output)
 Initializes a new instance of the WebTest<TConfigurator> class. More...
 
override void Dispose (bool disposing)
 

Detailed Description

Tests that ApiControllers are working

Definition at line 32 of file ControllerTests.cs.

Constructor & Destructor Documentation

◆ ControllerTests()

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

Definition at line 35 of file ControllerTests.cs.

Member Function Documentation

◆ RequestTest()

async Task KlusterKite.Web.Tests.ControllerTests.RequestTest ( )

Testing published controller method

Returns
The async task

Definition at line 50 of file ControllerTests.cs.


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