Difference between revisions of "Unit testing"

From WikEmacs
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:
 +
== Frameworks ==
  
 +
=== Included with Emacs ===
 +
 +
[[Ert]] - Ert is the unit test framework for developing Emacs lisp code.
 +
 +
=== xUnit-like ===
 +
 +
ElkTest
 +
 +
ElUnit
 +
 +
test-simple.el
 +
 +
=== Behavior Driven Development ===
 +
 +
el-expectations.el
 +
 +
ETest (Emacs Testing Framework)
 +
 +
ecukes
 +
 +
=== Others ===
 +
 +
El4r
 +
 +
Emtest
 +
 +
test.el
 +
 +
unit-test.el
 +
 +
== Link ==
 +
[http://emacswiki.org/emacs/UnitTesting Unit testing on EmacsWiki]

Revision as of 17:19, 24 July 2012

Frameworks

Included with Emacs

Ert - Ert is the unit test framework for developing Emacs lisp code.

xUnit-like

ElkTest

ElUnit

test-simple.el

Behavior Driven Development

el-expectations.el

ETest (Emacs Testing Framework)

ecukes

Others

El4r

Emtest

test.el

unit-test.el

Link

Unit testing on EmacsWiki