Class TestConfigs
Default Akka.TestKit configurations
Inherited Members
Namespace: Akka.TestKit.Configs
Assembly: Akka.TestKit.dll
Syntax
public static class TestConfigs
Properties
| Edit this page View SourceDefaultConfig
The default TestKit config
Declaration
public static Config DefaultConfig { get; }
Property Value
| Type | Description |
|---|---|
| Config |
TestSchedulerConfig
Configuration for tests that require deterministic control over the AkkaSystem scheduler.
Declaration
public static Config TestSchedulerConfig { get; }
Property Value
| Type | Description |
|---|---|
| Config |
Edit this page