Forums

Search found 5 matches: gallio

Return to advanced search

Re: Unit Tests and Contracts

... very natural, and once I started doing it, I was like "Gee, this is what the hype is about!". I had been looking at NUnit, xUnit, Gallio, etc.. for a while, but never got to experience that moment. This is akin to my experience with Python -- even though I had worked in an OO .Net ...
by torial
Fri Jan 29, 2010 8:02 pm
 
Forum: Discussion
Topic: Unit Tests and Contracts
Replies: 8
Views: 34494

Re: Gallio/MbUnit 3.1 Released

Some people are doing exactly what you describe. Plus, when you do unit testing in C#, you normally put the classes to be tested in a separate DLL anyway, so that part is not any different. Having "Foo.dll" and "Foo.Test.dll" is a typical approach. But this client is very picky a...
by Charles
Thu Oct 08, 2009 5:48 am
 
Forum: Discussion
Topic: Gallio/MbUnit 3.1 Released
Replies: 3
Views: 10823

Re: Gallio/MbUnit 3.1 Released

I can understand that your client wouldn't want you to do this, but what about using Cobra as a unit test framework for .NET? I'm thinking that you could compile, for example, the C# classes you want to test into an assembly (not sure what else you would compile C# to) and then your Cobra program co...
by eric.sellon
Wed Oct 07, 2009 10:45 pm
 
Forum: Discussion
Topic: Gallio/MbUnit 3.1 Released
Replies: 3
Views: 10823

Re: Gallio/MbUnit 3.1 Released

... more thoroughly as way to see where we can improve. At some point, it would be nice if Cobra had options like -test-target:nunit and -test-target:gallio so that its unit tests could be put through a test runner.
by Charles
Tue Oct 06, 2009 2:52 pm
 
Forum: Discussion
Topic: Gallio/MbUnit 3.1 Released
Replies: 3
Views: 10823

Gallio/MbUnit 3.1 Released

I just noticed that Gallio/MbUnit 3.1 was released recently. You can find it at http://www.gallio.org/ with release notes here. And there is a book!

I have stubbed out a Gallio wiki page for notes and tips.
by Charles
Tue Oct 06, 2009 1:18 pm
 
Forum: Discussion
Topic: Gallio/MbUnit 3.1 Released
Replies: 3
Views: 10823

Return to advanced search

cron