Forum member

JKommer

1 post

Posts by JKommer

  1. XUnit - Theory not showing all inputs

    NCrunch does not seem to correctly detect all tests when using non-primitive type input parameters - the following code will show within NCrunch as a single test with no input arguments - public class TestClass { private readonly string _input; public…