jeudi 4 février 2016

debugging in unit tests has completely been disabled?

I've placed a break point here and trying to debug the following code snippet:

enter image description here

After clicking here and selecting debug, I am presented with a failed test:

enter image description here

enter image description here

What am I doing wrong? Why is it suddenly that I cannot debug my tests?

I'm referencing the following libraries:

using System;
using System.IO;
using System.Reflection;
using System.Text;
using MassTransit;
using MassTransit.Context;
using MassTransit.Serialization;
using NUnit.Framework;

I don't know if it matters, but I do have resharper:

enter image description here

I also have NUNIT installed, and although I do see it in extensions and I am able to reference it, I do not see it in my menus:

enter image description here

enter image description here

Also, as you can see I have the ability to set break points:

enter image description here

Why can I not debug my unit tests?

Aucun commentaire:

Enregistrer un commentaire