[NAgile]DuckUnit

TestDriven.NETからDuckUnit落としてみた。NUnitのアドインツール。下記はReadMeをそのまま抜粋。
わくわくしますな。もぅやりたいことがいっぱいで手が回らない。ソース見たけどシンプルでしびれた。

DuckUnit is an idea for a testing framework that specifies tests using XML doc comments.

For example:

/// true
/// true
/// false
/// true
static bool isPrime(int num)
{
return false;
}

Why is it called DuckUnit?
1. If it looks like a comment and it quacks like a comment...
2. Peter Provost thinks it's a lame idea. :)