-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I want to use Specify with my Akka.Net tests. Akka tests however use a base class called TestKit so I can't use the ScenarioFor<> base classes. I did notice however you use interfaces so I tried implementing what was needed by the IScenario interface and getting things to run. I can pretty much implement the interface but the Specify() method access the Host which is internal and I can't access it without resorting to reflection. Is it possible to enable scenarios where like me, users can't directly inherit from ScenarioFor<>?
Metadata
Metadata
Assignees
Labels
No labels