xunit - unit test execution isolation?

921 views Asked by At

Current Error:

A thread tried to read or write to a virtual address for which it does not have the appropriate access.

I have no idea which unit test caused this as the error prevents any results from being shown. MSTest just marked the test as failed and moved on. How do i get that behavior in xunit? Are there configurable isolation levels somewhere?

0

There are 0 answers