📁 软件单元测试

A unit test is a procedure used to verify that a particular module of source code is working properly. The idea about unit tests is to write test cases for all functions and methods so that whenever a change causes a regression, it can be quickly identified and fixed. Ideally, each test case is separate from all others. Unit testing is mostly done by the developers and not by end-users. The concept is part of the Extreme Programming method of software engineering. Various unit testing frameworks, based on a design by Kent Beck, have come to be known collectively as xUnit, and are available for many programming languages and development platforms. Unit testing is the building block to test driven development (TDD).

条目 (12+)
全部 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Java Test Coverage Tool
http://www.semdesigns.com/Products/TestCoverage/JavaTestCoverage.html
👍 0 详情 链接
EMMA
http://emma.sourceforge.net/
👍 0 详情 链接
Develop WAP applications with Java servlets and JavaServer Pages
http://java.sun.com/developer/technicalArticles/GUI/perfanal/
👍 0 详情 链接
jProf
http://perfinsp.sourceforge.net/jprof.html
👍 0 详情 链接
EJB 3.0 JPA Specification
https://jcp.org/aboutJava/communityprocess/final/jsr220/index.html
👍 0 详情 链接
Hibernate ORM framework
http://hibernate.org/
👍 0 详情 链接
Java Persistence
http://en.wikibooks.org/wiki/Java_Persistence
👍 0 详情 链接
EclipseLink
http://www.eclipse.org/eclipselink/
👍 0 详情 链接
Objective database abstraction layer (ODAL)
http://odal.sourceforge.net/
👍 0 详情 链接
ONJava.com: Object-Relational Mapping with Apache Jakarta OJB
http://www.onjava.com/pub/a/onjava/2003/01/08/ojb.html
👍 0 详情 链接
ONJava.com: Don't Let Hibernate Steal Your Identity
http://www.onjava.com/pub/a/onjava/2006/09/13/dont-let-hibernate-steal-your-identity.html
👍 0 详情 链接
JGrinder
http://jgrinder.sourceforge.net/
👍 0 详情 链接