Forum member

rneeft

2 posts

Posts by rneeft

  1. Inherited TestInitialize is being run for test method on base class

    Hi Remco, I'm using VS2013 Update 3 with NCrunch 2.10.0.4. I see, I have 2 tests in my test explorer. I didn't notice that. It seems VSTest sees the SumShouldBeTwo test method as one from BaseTest and one from BaseTest2. Off course the test is double, it is inherited from its base. (now I fee…

  2. Inherited TestInitialize is being run for test method on base class

    Hi, I'm trying NCrunch at the moment for my company and I hit an error. It seems that when you having an inherited test class, the TestInitialize method from the inherited class is being run for test methods in the base class. As an example I've created the following code: using Microsoft.V…