Forum member

mrfox27

2 posts

Posts by mrfox27

  1. XBehave support

    Thanks Remco - this framework was something that I was just trying out but without nCrunch support I'm not going to switch from my current usage of NUnit. Hopefully direct integration of XUnit support won't be too far in the future, and that may re-open the door for me to try out XBehave again (by …

  2. XBehave support

    Hi Remco, Do you have any plans to support XBehave.net (https://github.com/xbehave/xbehave.net)? (current version is At present nCrunch doesn't support the "Scenario" attribute I can force the test to be recognised by using "Theory": [Theory] [InlineData(0, 1)] pu…