Class TestKitAssertionsExtension
TBD
Inherited Members
Namespace: Akka.TestKit
Assembly: Akka.TestKit.dll
Syntax
public class TestKitAssertionsExtension : ExtensionIdProvider<TestKitAssertionsProvider>, IExtensionId<TestKitAssertionsProvider>, IExtensionId
Constructors
| Edit this page View SourceTestKitAssertionsExtension(ITestKitAssertions)
TBD
Declaration
public TestKitAssertionsExtension(ITestKitAssertions assertions)
Parameters
Type | Name | Description |
---|---|---|
ITestKitAssertions | assertions | TBD |
Methods
| Edit this page View SourceCreateExtension(ExtendedActorSystem)
TBD
Declaration
public override TestKitAssertionsProvider CreateExtension(ExtendedActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ExtendedActorSystem | system | TBD |
Returns
Type | Description |
---|---|
TestKitAssertionsProvider | TBD |
Overrides
| Edit this page View SourceFor(ActorSystem)
TBD
Declaration
public static TestKitAssertionsProvider For(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | TBD |
Returns
Type | Description |
---|---|
TestKitAssertionsProvider | TBD |