From e70a2fd034793729e10fdba707e7248270116768 Mon Sep 17 00:00:00 2001 From: Richard Carlsson Date: Mon, 18 Jul 2011 23:18:32 +0200 Subject: Updated to EUnit version 2.2.0 New macros assertNotMatch(Guard, Expr), assertNotEqual(Unexpected, Expr), and assertNotException(Class, Term, Expr). The debugMsg macro now also prints the pid of the current process. When testing all modules in a directory, tests in _tests.erl are no longer executed twice. The use of 'regexp' internally has been replaced with 're'. --- lib/eunit/doc/overview.edoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/eunit/doc') diff --git a/lib/eunit/doc/overview.edoc b/lib/eunit/doc/overview.edoc index be05a13fba..2583f0be25 100644 --- a/lib/eunit/doc/overview.edoc +++ b/lib/eunit/doc/overview.edoc @@ -913,7 +913,7 @@ To make the descriptions simpler, we first list some definitions: `CleanupX'`(X::any(), R::any()) -> any()' -`Instantiator'`((R::any()) -> Tests | {with, [AbstractTestFun::((any()) -> any())]}' +`Instantiator'`((R::any()) -> Tests) | {with, [AbstractTestFun::((any()) -> any())]}' `Where'`local | spawn | {spawn, Node::atom()}' -- cgit v1.2.3