Akka.TestKit.Internal Namespace |
Class | Description | |
---|---|---|
BlockingCollectionTestActorQueueT |
This class represents an implementation of ITestActorQueueT
that uses a BlockingQueueT as its backing store.
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
BlockingQueueT |
This class represents a queue with the same characteristics of a BlockingCollectionT.
The queue can enqueue items at either the front (FIFO) or the end (LIFO) of the collection.
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
CustomEventFilter | Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
DebugFilter | Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
ErrorFilter | Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
EventFilterBase | Internal!
Facilities for selectively filtering out expected events from logging so
that you can keep your test run’s console output clean and do not miss real
error messages.
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
InfoFilter | Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
InternalEventFilterApplier | Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
InternalEventFilterApplierInternalUnmutableFilter |
TBD
| |
InternalEventFilterApplierMatchedEventHandler |
TBD
| |
InternalTestActor |
An actor that enqueues received messages to a BlockingCollectionT.
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
InternalTestActorRef | INTERNAL
This special ActorRef is exclusively for use during unit testing in a single-threaded environment. Therefore, it
overrides the dispatcher to CallingThreadDispatcher and sets the receiveTimeout to None. Otherwise,
it acts just like a normal ActorRef. You may retrieve a reference to the underlying actor to test internal logic.
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
InternalTestActorRefInternalGetActor |
TBD
| |
InternalTestActorRefTestActorCell |
TBD
| |
TimeSpanExtensions |
This class contains extension methods used to simplify working with TimeSpans.
Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
WarningFilter | Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. |
Interface | Description | |
---|---|---|
ITestActorQueueT | Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. | |
ITestActorQueueProducerT | Remarks Note! Part of internal API. Breaking changes may occur without notice. Use at own risk. |
Delegate | Description | |
---|---|---|
EventMatched |
TBD
|