Hi,
It seems there is a bug on Test renaming...
I use NUnit:
Code:
[TestFixture]
public class Tests
{
[Test]
public void Test1()
{
}
[Test]
public void Test2()
{
}
}
I run tests in NCrunch, and all are successful.
If I rename Test1 to Test1b, for example, NCrunch rerun tests and Test2 fails... If I force a new run, all tests succeed.