mbunit
Is there an MBUnit attribute to run Row tests in the order they were defined
I\'ve tried googling around for this but have found nothing.Basically, I\'d like to run each row in the order I defined it.Fo开发者_StackOverflow社区r example, if I have this:[详细]
2023-01-16 20:49 分类:问答How to re-run the same test with same data in MbUnit
Say, I have the following test: [Test] public void MyTest( [RandomNumbers( Count=100, Minimum=0, Maximum=1000 )] int number )[详细]
2023-01-16 11:12 分类:问答MbUnit's row attribute in NUnit?
While reading an Asp.Net MVC code sample that used MbUnit as it\'s testing framework, I saw that it was possible to run a single test against开发者_JAVA百科 multiple input possibilities by using a Row[详细]
2023-01-15 21:16 分类:问答Why isn't the Rhino Mock expectation met?
Here is code:开发者_JAVA百科 public interface IAccessPoint { int BackHaulMaximum { get; set; } bool BackHaulMaximumReached();[详细]
2023-01-15 10:53 分类:问答Why does the following test fail using Mbunit and Rhino mocks?
I am playing around with MbUnit and Rhino Mocks and made a simple test.It may be poorly designed code, but I am more focused on just seeing if I can get the test to pass. Basically, When the engine li[详细]
2023-01-15 06:10 分类:问答MbUnit SetUp & Teardown thread safety?
First time poster, long time lurker. Figured it\'s about time I start getting actively involved. So here\'s a question I\'ve spend all weekend trying to find an answer to.[详细]
2023-01-14 07:59 分类:问答Unit testing of WCF webservice with Gallio/MbUnit
I have a WCF service with a simple Gallio unit test that calls the service. However, I am confused by the framework\'s behavior. When I start visual studio for the first time, and try to run the unit[详细]
2023-01-13 23:21 分类:问答How to pass Xml data as a parameter to a Test in mbunit v3
I was reading about data driven testing using mbunit from this article. http://blog.benhall.me.uk/2007/04/mbunit-datafixture-data-driven-unit.html[详细]
2023-01-08 01:51 分类:问答MbUnit and Resharper integration not working in Visual Studio 2010
I set up a new machine this week. It is running Windows 7, 64 bit. I installed Visual Studio 2010 Professional, then Resharper 5.0, rapidly followed by Resharper 5.1when it came out soon after.[详细]
2023-01-07 03:39 分类:问答How using MbUnit can I set a StaticTestFactory to be parallelized?
I have a开发者_Go百科 large number of test set-up through a StaticTestFactory, but when I put any form of paralleization on it then it doesn\'t seem to effect it.[详细]
2023-01-06 08:59 分类:问答
加载中,请稍侯......