Forum member

mattflo

6 posts

Posts by mattflo

  1. Vote for the next testing framework to support!

    NSpec is definitely a newcomer. It's a BDD framework for C# of the xSpec (context/specification) flavor. NSpec is intended to be used to drive development through specifying behavior at the unit level. NSpec is heavily inspired by RSpec and built upon the NUnit assertion library. For more info c…

  2. Failures need to growl

    Admittedly, I haven't taken a close look at to see if one of the windows would give me what I need. But it doesn't sound like any of them do, based on your response. Having to keep something docked is much less preferable compared to growl. And if it doesn't give me the failure reason, it's not even…

  3. NSpec support

    Wonderful tool. It seems to just work the way I would expect. Let me know if there is anyway I can help. I'd love to see NSpec support http://nspec.org.

  4. content files set to copy to output folder not copied to temp runner directory

    After a bit more exploration. My problem is the file isn't included in the same project as the test. But instead it is included in a project the test project references. So when Visual Studio builds the output file is copied from the depended projects output folder to the test projects output folder…

  5. Failures need to growl

    I need failure text to "pop up" somehow. Mousing over is a real flow breaker. I prefer growl, but something integrated in VS would work fine too.

  6. content files set to copy to output folder not copied to temp runner directory

    I have some one-off integration tests that read flat files off the file system to make sure the reader works properly against a known good file. My data file is included in the test project and set to copy to output folder if newer. However, it appears NCrunch is not copying the data file to the tem…