jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

Adding AddOperatorFirst to Processor interface so that it can be called from fixtures #114

Closed munik closed 11 years ago

munik commented 11 years ago

Mike,

AddOperatorFirst was added to Operators in commit 0f4b5f44 but was not added to the Processor interface, which meant that it couldn't be called from the Processor property of fit.Fixture.

I added it to the interface.

Matthew