Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.TestKit
TestKitSettings Class
TestKitSettings Constructor
TestKitSettings Properties
TestKitSettings Methods
TestKitSettings Constructor
Initializes a new instance of the
TestKitSettings
class.
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
C#
F#
Copy
public
TestKitSettings
(
Config
config
)
new
:
config
:
Config
->
TestKitSettings
Parameters
config
Type:
Akka.Configuration
Config
The configuration to use when setting up the tests.
Exceptions
Exception
Condition
ConfigurationException
This exception is thrown when a negative value is given for the
akka.test.timefactor
configuration item.
See Also
Reference
TestKitSettings Class
Akka.TestKit Namespace
Akka.NET Home
|
Learn Akka.NET