hibri / HttpMock

A library for creating Http servers on the fly in tests and stubbing responses
MIT License
128 stars 44 forks source link

AssertWasCalled method throwing FileLoadException in projects not using NUnit 2.6.2 #15

Closed DocLeon closed 11 years ago

DocLeon commented 11 years ago

If you update NUnit in the IntegrationTests project then the HttpExcpectationTests fail with a System.IO.FileLoadException and the message: 'Could not load file or assembly 'nunit.framework, Version=2.6.2.12296...'

The reference to NUnit in the HttpMock project has the property 'Specific Version' set to true.

hibri commented 11 years ago

Removed included packages and enabled nuget package restore