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

Testing the api provider More...

Classes

class  DemoApi
 Just class to demonstrate api declaration More...
 
class  NodeObject
 The test node object More...
 
class  NotNodeObject
 The test non-node object More...
 
class  TestApi
 Some test api More...
 

Public Member Functions

 ApiProviderTests (ITestOutputHelper output)
 Initializes a new instance of the ApiProviderTests class. More...
 
void DescriptionGenerationTest ()
 Testing the correct description generation More...
 
void EnumDescriptionsTest ()
 Testing that ApiEnumType receives it's value descriptions More...
 

Detailed Description

Testing the api provider

Definition at line 37 of file ApiProviderTests.cs.

Constructor & Destructor Documentation

◆ ApiProviderTests()

KlusterKite.API.Tests.ApiProviderTests.ApiProviderTests ( ITestOutputHelper  output)

Initializes a new instance of the ApiProviderTests class.

Parameters
outputThe output.

Definition at line 50 of file ApiProviderTests.cs.

Member Function Documentation

◆ DescriptionGenerationTest()

void KlusterKite.API.Tests.ApiProviderTests.DescriptionGenerationTest ( )

Testing the correct description generation

Definition at line 59 of file ApiProviderTests.cs.

◆ EnumDescriptionsTest()

void KlusterKite.API.Tests.ApiProviderTests.EnumDescriptionsTest ( )

Testing that ApiEnumType receives it's value descriptions

Definition at line 136 of file ApiProviderTests.cs.


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