Class TestKitAssertionsProvider
Contains ITestKitAssertions.
Implements
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public class TestKitAssertionsProvider : IExtension
Constructors
| Improve this Doc View SourceTestKitAssertionsProvider(ITestKitAssertions)
TBD
Declaration
public TestKitAssertionsProvider(ITestKitAssertions assertions)
Parameters
Type | Name | Description |
---|---|---|
ITestKitAssertions | assertions | TBD |
Properties
| Improve this Doc View SourceAssertions
TBD
Declaration
public ITestKitAssertions Assertions { get; }
Property Value
Type | Description |
---|---|
ITestKitAssertions |