1

I've created a project with the help of this:

http://ravendb.net/docs/2.0/samples/raven-tests/createraventests

And this might be a stupid question. But how do I run the tests to se they fail or not?

user3228992
  • 1,373
  • 1
  • 16
  • 31

1 Answers1

0

This is an xUnit test. You run this text with the xUnit test runner inside Visual Studio, as you'll run any xUnit test:

http://visualstudiogallery.msdn.microsoft.com/463c5987-f82b-46c8-a97e-b1cde42b9099

Fitzchak Yitzchaki
  • 9,095
  • 12
  • 56
  • 96