Forum member

sebastijanp

2 posts

Posts by sebastijanp

  1. 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…

  2. 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) { …