Skip to content

Getting unexpected Unhandled NullReferenceException #113

@savehansson

Description

@savehansson

When starting Alive on a specific unit test method I get this exception:

image

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions