- 授权协议: CPL
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://junit.org/
- 软件文档: https://github.com/junit-team/junit/wiki
软件介绍
JUnit是一个Java语言的单元测试框架。它由Kent Beck和Erich Gamma建立,逐渐成为源于Kent Beck的sUnit的xUnit家族中为最成功的一个。 JUnit有它自己的JUnit扩展生态圈。
多数Java的开发环境都已经集成了JUnit作为单元测试的工具。
在线Javadoc:http://www.ostools.net/apidocs/apidoc?api=junit-4.10
Code Reading
Diomidis Spinellis / Addison-Wesley Professional / 2003-06-06 / USD 64.99
This book is a unique and essential reference that focuses upon the reading and comprehension of existing software code. While code reading is an important task faced by the vast majority of students,......一起来看看 《Code Reading》 这本书的介绍吧!
