From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rubikitch@ruby-lang.org Newsgroups: gmane.emacs.devel Subject: Re: unit test framework Date: Fri, 19 Mar 2010 09:16:53 +0900 (JST) Message-ID: <20100319.091653.128020706.rubikitch@ruby-lang.org> References: <20100318.163911.560917315840337376.yamato@redhat.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1268983412 24781 80.91.229.12 (19 Mar 2010 07:23:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Mar 2010 07:23:32 +0000 (UTC) Cc: me@nschum.de, web@shellarchive.co.uk, yamato@redhat.com, ohler+emacs@fastmail.net, emacs-devel@gnu.org, phil@hagelb.org, monnier@iro.umontreal.ca To: lennart.borgman@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 19 08:23:26 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NsWYF-0001Se-Rq for ged-emacs-devel@m.gmane.org; Fri, 19 Mar 2010 08:23:24 +0100 Original-Received: from localhost ([127.0.0.1]:60121 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsWYE-0001Xd-WB for ged-emacs-devel@m.gmane.org; Fri, 19 Mar 2010 03:23:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NsPte-00026E-6O for emacs-devel@gnu.org; Thu, 18 Mar 2010 20:17:02 -0400 Original-Received: from [140.186.70.92] (port=40068 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NsPtc-00023i-Pb for emacs-devel@gnu.org; Thu, 18 Mar 2010 20:17:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NsPtb-0006ZX-66 for emacs-devel@gnu.org; Thu, 18 Mar 2010 20:17:00 -0400 Original-Received: from smtp12.m3.home.ne.jp ([220.152.44.18]:39830) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NsPta-0006ZE-Iv for emacs-devel@gnu.org; Thu, 18 Mar 2010 20:16:59 -0400 Original-Received: from localhost ([124.144.92.34]) by smtp12.m3.home.ne.jp with ESMTP id <20100319001653.MZV20401.smtp12.m3.home.ne.jp@localhost>; Fri, 19 Mar 2010 09:16:53 +0900 In-Reply-To: X-Mailer: Mew version 6.0.51 on Emacs 23.1.50 / Mule 6.0 (HANACHIRUSATO) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Mailman-Approved-At: Fri, 19 Mar 2010 03:22:15 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:122257 Archived-At: From: Lennart Borgman Subject: Re: unit test framework Date: Thu, 18 Mar 2010 15:56:51 +0100 Hi, > I asked long ago for a comparision on EmacsWiki: > > http://www.emacswiki.org/cgi-bin/wiki/UnitTesting > > However there have not been any interest in that. If have cc:ed the > unit test framework authors, maybe they want to say something. > > I am not sure which of them have signed papers: > > ert: Christian Ohler > elunit: Phil Hagelberg > elk-test: Nikolaj Schumacher > etest: Phil Jackson > el-mock: rubikitch I am the author of el-expectations and el-mock. el-expectations is focused on simpleness and readability. No assert-* functions, no setup and teardown functions. It is the same philosophy as expectations in Ruby. http://expectations.rubyforge.org/files/README.html el-mock is a mock framework. Cheers, -- rubikitch