开发者

Tests for JUnit. How?

How is the JUnit Framework tested ?

How are the tests for their framework code created, considering that JUnit as a testing framework itself.

Wha开发者_如何学Ct technology are they using ? Their own testing framework ? A smaller more basic version of it ? Another framework ?

Can any knower please provide some details ?


I would assume that they test using their own framework - why wouldn't they?

Looking at the source, they do.


I believe that the framework is tested with itself. I'm sure I remember reading it in Kent Becks TDD book. Might be mistaken though.


Who watches the watchmen?

I've read the authors of JUnit are test driven developers so in theory they would have written the unit tests before the wrote the JUnit classes themselves. I also remember that they wrote the first version for Smalltalk and JUnit was a port/upgrade of the Smalltalk suite.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜