Stories recently tagged with 'MbUnit'

First attempts with Gallio(blog.andreloker.de)

submitted by alokeraloker(1810) 3 years, 3 months ago

From time to time I like to check my development workflow and tools to see whether I’m still up to date. This time I thought it might be a nice idea to give Gallio a shot. If you don’t now Gallio: it is a platform to uniformly run unit tests from whatever unit test framework (MbUnit, NUnit, MSTest etc.) you use. It also integrates into a bunch of other tools which I use (CruiseControl.NET, NAnt, NCover, ReSharper et al). So basically it sounds like a cool idea. Here's my list of thoughts after using Gallio for 60 minutes. read more...

add a comment |category: |Views: 26

tags: another

Comparing Reference Types in Unit Tests.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

If you've done some unit testing, you're familiar with Assert.AreEqual method. Have you try to compare two objects that have the same value(s) but the AreEqual method tells you that they are not equal? read more...

add a comment |category: |Views: 6

tags: another

Getting Started with Test Driven Development(koffeekoder.com)

submitted by kbeeveer46kbeeveer46(155) 4 years, 4 months ago

"Few days ago I started a poll on www.KoffeeKoder.com where I asked which tool do you use for testing your applications. Surprisingly, most of the people are not using any tool for testing. This means that there are more and more applications being developed which are destined to be failed. In this article I will talk about test driven development hoping that more and more developers start using TDD and see how it benefits the application." read more...

add a comment |category: |Views: 83

tags: another

First Alpha of MbUnit V3 available(blogs.ipona.com)

submitted by johnmanjohnman(1280) 4 years, 5 months ago

The first release of the new and improved MbUnit is out the door. This blog goes into more detail. John read more...

add a comment |category: |Views: 2

tags: another

Explaining MbUnit GUI tree.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 4 years, 7 months ago

Learn how set values in MbUnit tree. read more...

add a comment |category: |Views: 21

tags: another

MbUnit Plugin for ReSharper Unit Test Runner(der-albert.com)

submitted by simonebsimoneb(5450) 4 years, 7 months ago

Open source addin which adds MbUnit support to the unit test runner of ReSharper 3.0. read more...

add a comment |category: |Views: 54

tags: another

Release early release often(blog.bits-in-motion.com)

submitted by jeff.brownjeff.brown(45) 4 years, 7 months ago

Data-driven testing with MbUnit. read more...

add a comment |category: |Views: 2

tags: another

Comparing NUnit, MbUnit, MSTest and xUnit.net(davidhayden.com)

submitted by rpattersonrpatterson(745) 4 years, 8 months ago

With so many frameworks available to writing your unit tests, this article give a good comparaison of the most popular ones. read more...

1 comment |category: |Views: 446

tags: another

MbUnit 2.4.1 Released (dotnetsamplechapters.blogspot.com)

submitted by SQL_MenaceSQL_Menace(4890) 4 years, 8 months ago

MbUnit 2.4.1 has been released read more...

add a comment |category: |Views: 4

tags: another

Associating Tests With Their Target Objects(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 10 months ago

Here's a simple way to associate your tests with their target objects using MbUnit. read more...

add a comment |category: |Views: 2

tags: another

Efficiently Reusing Your Tests(jeremyjarrell.com)

submitted by jeremyjarrelljeremyjarrell(2685) 4 years, 10 months ago

Here's a great way to efficiently reuse your testing code with the help of MbUnit. read more...

1 comment |category: |Views: 8

tags: another

MbUnit 2.4 RTM(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years ago

"After over 6 months of hard work the MbUnit 2.4 went to RTM tonight. Between the RC and the RTM." read more...

add a comment |category: |Views: 3

tags: another

MbUnit 2.3 RTM(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 5 months ago

"Tonight MbUnit 2.3 RTM was released, you can download it from the MbUnit site. This release is a big one because this is MbUnits first milestone release since the project was first open sourced some 20 months ago. Many folks gave up their time to make this happen, both helping to make MbUnit work as a OSS project and in fixing bugs and adding new features through beta's and RC's through to todays release. This release has had contributions from Phil Winstanely, Johan Appelgren, Graham Hay, Joey Calisay and Jeff Brown." read more...

add a comment |category: |Views: 6

tags: another

Tutorial: Extending MbUnit(codeproject.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

"This tutorial will cover creating a new type of test fixture attribute and test method attribute. There are basically two reasons for creating extensions: to solve a general need and solve a specific need. The need to create an extension for a specific context happens far more often so we will focus on it." read more...

add a comment |category: |Views: 382

tags: another

Tutorial: Extending MbUnit(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 7 months ago

MbUnit, my favorite xUnit Framework, is easy to extend. This tutorial will cover creating a new type of test fixture attribute and test method attribute. read more...

add a comment |category: |Views: 40

tags: another