tag:blogger.com,1999:blog-9023944205100803414.post3336035384255011418..comments2008-06-18T08:04:06.309-07:00Comments on Bits in Motion: Announcing Gallio Alpha 3 Update 2Jeff Brownhttp://www.blogger.com/profile/09075745057339916352noreply@blogger.comBlogger3125tag:blogger.com,1999:blog-9023944205100803414.post-86877464708249101932008-06-18T08:04:00.000-07:002008-06-18T08:04:00.000-07:00We've just tried to use this version of Gallio wit...We've just tried to use this version of Gallio with our MSTest tests, however when we run them Gallio just reports that they have been skipped.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-9023944205100803414.post-82163787360233349932008-06-07T04:24:00.000-07:002008-06-07T04:24:00.000-07:00Great stuff guys,I've been using R#4 beta integrat...Great stuff guys,<BR/><BR/>I've been using R#4 beta integration with mbunit 2.0 but I noticed<BR/>that if I use rowtest with 2 tests only 1 test is actually executed,<BR/>has rowtest integration with resharper been implemented? Using<BR/>testdriven.net it runs both tests<BR/>Reshaper 4.0 beta integration with mbunit<BR/>[rowtest] problem, I worked out that if I do Run Tests at class level<BR/>then it does go through all the [rowtest] but if I run the tests at<BR/>method level, only run 1 of the 2 tests run not both<BR/><BR/>[TestFixture, FixtureCategory("Database Tests")]<BR/>** public class UserTests<BR/> {<BR/><BR/> [RowTest, RollBack]<BR/> [Row("User2", true)]<BR/> [Row("User1", false)]<BR/>**** public void UserManager_Can_CreateUser(string username, bool<BR/>expected)<BR/> {<BR/> .....<BR/> }<BR/><BR/>Scenario: Clicking ** Run Tests, 2 tests are run<BR/> Clicking **** Run only UserManager_Can_CreateUser test<BR/>1 test is only run<BR/><BR/>Regards DotnetShadowAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-9023944205100803414.post-62497862510639437522008-06-06T01:17:00.000-07:002008-06-06T01:17:00.000-07:00I'm just playing with the EqualityContractVerifier...I'm just playing with the EqualityContractVerifier. It's a really nice feature which saves time. Equality tests are usually always similar, painful to write, and prone to forgetting some of the possible combinations. I had never heard about such contract verifiers before. Is it an original idea for MbUnit ? Or does it come from another world (Java) ?Yann Trevinhttp://www.blogger.com/profile/04758626765333804818noreply@blogger.com