Forum member
sebastijanp
2 posts
Posts by sebastijanp
-
NCrunch and Autofixture NUnit AutoMoqData with parameters problem
Hi, I tried the same somehow in xunit and it works. So the problem is only permutation autofixture-nunit-ncrunch. Just wanted to let you know. Maybe packages.config of my libraries installed might help in resolving an issue in case there is an interest of a new customer:) [quote]<?xml version…
22 Jul 2015 14:27 UTC
-
NCrunch and Autofixture NUnit AutoMoqData with parameters problem
Hi, When I write my test in the following form: [quote] [Test] [AutoMoqData] public void When_GetAllResults_Then_ItShouldGetOnlyResults2(Fixture fixture, [Frozen] Mock<ICompetitionsService> competitionsServiceAsMock, CompetitionsProvider sut) { …
10 Jul 2015 09:29 UTC