Does MSpec produce a开发者_运维技巧 TRX result file after running tests?If not, can it? The tests are being run with ReSharper.The feature of ReSharper that you\'re talking about is just a test runner
[Subject(typeof(OnceADayProcessor))] public class When_processing_process_twice { private static ICanBeProcessedOnceADay ProcessedOnceADay;
I\'ve been using MSpec for a little while and I really like it. I\'ve found that to get ReSharper to recognize my specifications, I need to use a SubjectAttribute.
I have this method signature: List<ITMData> Parse(string[] lines) ITMData has 35 properties. How would you effectively test such a parser?
As a BDD and MSpec beginner I am still not so sure about best practises and good habits related to BDD in general and specifically to MSpec.
I am writing idiomatic MSpec specs using Behaviors and Behaves_like fields [Subject(typeof(IUnitMaskConverter))]
I\'m using Machine.Specifications and I\'m really annoyed by how VS2010/Resharper keeps trying to format my code... for example:
I have generi开发者_开发问答c code for setting up and tearing down NHibernate, which I need on pretty much all my tests. Is there a way to include the \'need for all tests\' code in one place, then ha
I am trying to get started with BDD and found a view blog posts about MSpec and SpecFlow. I\'m currently not quite sure when I would use which and what the advantages/disadvantages of either framework
I have a form where several fields have to be filled in. However, only one field is compulsory. So, I came up with the following spec: