C# Class Akka.Reactive.Tests.ReactiveExtensionTests

Tests for the Rx integration extension for Akka actor systems.
Datei anzeigen Open project: tintoy/rx-akkadotnet

Public Methods

Method Description
ReactiveExtensionTests ( ITestOutputHelper output ) : Akka.Actor

Create a new test suite for the Rx integration extension.

Private Methods

Method Description
Can_get_extension_from_actor_system ( ) : void
Extension_is_not_singleton_across_actor_systems ( ) : void
Extension_is_singleton_within_actor_system ( ) : void

Method Details

ReactiveExtensionTests() public method

Create a new test suite for the Rx integration extension.
public ReactiveExtensionTests ( ITestOutputHelper output ) : Akka.Actor
output ITestOutputHelper /// The test output. ///
return Akka.Actor