Add limitation about supervision in sync Testkit #29767 (#29778)

Refs: #29767
Currently, sync Testkit doesn't support supervision as it often involves async interactions.
This commit is contained in:
Josep Prat 2020-11-02 09:23:50 +01:00 committed by GitHub
parent 6c197346c9
commit 629759b72b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ limitations:
* `EventSourcedBehavior` can't be tested.
* Interactions with other actors must be stubbed.
* Blackbox testing style.
* Supervision is not supported.
The `BehaviorTestKit` will be improved and some of these problems will be removed but it will always have limitations.