List of unit testing frameworks

No Comments

각 종 xxUnit에 대해서 내공 있는 필자가 잘 분석해 둔 글이다.

http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#Identity_Management

Exploring the C++ Unit Testing Framework Jungle


By Noel Llopis
28 December 2004



One of the topics I’ve been meaning to get to for quite a while is the applicability of test-driven development in games. Every time the topic comes up in conversations or mailing lists, everybody is always very curious about it and they immediately want to know more. I will get to that soon. I promise!


In the meanwhile I’m now in the situation that I need to choose a unit-testing framework to roll out for my team at work. So, before I get to talk about how to use test-driven development in games, or the value of unit testing, or anything like that, we dive deep into a detailed comparison of existing C++ unit-testing frameworks. Hang on tight. It’s going to be a long and bumpy ride with a plot twist at the end.


If you just want to read about a specific framework, you can go directly there:


Exploring the C++ Unit Testing Framework Jungle

No Comments

http://www.gamesfromwithin.com/articles/0412/000061.html

각 unit testing framework에 대해서 잘 비교했다.
몇 몇 fw에 대한 경험을 토대로한 것 뿐만 아니라 fw을 통해 ideal fw을 설정하고
갖추어야할 요건을 정하고 그 것들을 이용해서 각 fw를 잘 비교했다.

Exploring the C++ Unit Testing Framework Jungle


By Noel Llopis
28 December 2004



One of the topics I’ve been meaning to get to for quite a while is the applicability of test-driven development in games. Every time the topic comes up in conversations or mailing lists, everybody is always very curious about it and they immediately want to know more. I will get to that soon. I promise!


In the meanwhile I’m now in the situation that I need to choose a unit-testing framework to roll out for my team at work. So, before I get to talk about how to use test-driven development in games, or the value of unit testing, or anything like that, we dive deep into a detailed comparison of existing C++ unit-testing frameworks. Hang on tight. It’s going to be a long and bumpy ride with a plot twist at the end.


If you just want to read about a specific framework, you can go directly there:


Nunit

No Comments

http://nunit.org/

http://community.sharpdevelop.net/blogs/mattward/articles/FeatureTourUnitTesting.aspx

What Is NUnit?


NUnit is a unit-testing framework for all .Net languages. Initially ported from JUnit, the current production release, version 2.2, is the fourth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.

Java Unit Test Framework, TestNG

25 Comments

http://testng.org/doc/

AnyUnit

No Comments

http://anyunit.com/