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