-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
For Fixture Sentence methods, what if you could just use some method injection like so:
public void DoSomething([Service] ISomething something)
{
}
The "something" argument would not be a Cell, but be passed in as an argument with the value being pulled in from the IServiceProvider
Likewise, we could do the same for state:
public void DoSomething([State] ISomething something)
{
}
and maybe reporting?
public void DoSomething([Report] ReportOfSomeKind something)
{
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels