-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
When starting Alive on a specific unit test method I get this exception:
There are no clues to why (or where in the code it is thrown), not even in the output window:
[Error v1.4-vs14.0] Unhandled NullReferenceException: Object reference not set to an instance of an object.
[Error v1.4-vs14.0] Stack trace:
at Edison.Helpers.Tests.StringHelperTest.TillRenTextTest()
at Edison.Helpers.Tests.StringHelperTest.__aliveIntermediateType.Edison_Helpers_Tests_StringHelperTest__TillRenTextTest__aliveIntermediate()
As you can see from the screen dump the test runs fine in VS, without any exception.
Moving to the method tested and choosing Continue doesn't help much. Same info there and the arguments and return values for all the three test cases looks normal. None of them are null by the way.
What am I missing?
