Click or drag to resize
Akka.NETTestKitSettings Constructor
Initializes a new instance of the TestKitSettings class.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TestKitSettings(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig
The configuration to use when setting up the tests.
Exceptions
ExceptionCondition
ConfigurationException This exception is thrown when a negative value is given for the akka.test.timefactor configuration item.
See Also