Skip to content

Specify and Base classes #13

Description

@DamianReeves

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<>?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions