Click or drag to resize
Akka.NETTestConfigs Class
Default Akka.TestKit configurations
Inheritance Hierarchy
SystemObject
  Akka.TestKit.ConfigsTestConfigs

Namespace:  Akka.TestKit.Configs
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static class TestConfigs

The TestConfigs type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultConfig
The default TestKit config
Public propertyStatic memberTestSchedulerConfig
Configuration for tests that require deterministic control over the AkkaSystem scheduler.
Top
See Also