Begin forwarded message:

From: pharo-project-owner@lists.gforge.inria.fr
Date: January 1, 2009 9:45:18 AM CEST
To: stephane.ducasse@gmail.com
Subject: OB SUnit

You are not allowed to post to this mailing list, and your message has
been automatically rejected.  If you think that your messages are
being rejected in error, contact the mailing list owner at
pharo-project-owner@lists.gforge.inria.fr.


From: St�phane Ducasse <stephane.ducasse@gmail.com>
Date: January 1, 2009 9:45:09 AM CEST
To: Pharo Development <Pharo-project@lists.gforge.inria.fr>
Subject: OB SUnit


From google ob group.


Dale Henrichs   
View profile
Hide options Dec 29 2008, 11:05 pm
From: Dale Henrichs <dale.henri...@gemstone.com>
Date: Mon, 29 Dec 2008 14:05:09 -0800 (PST)
Local: Mon, Dec 29 2008 11:05 pm
Subject: [ANN] OmniBrowser-based TestRunner
Reply | Reply to author | Forward | Print | Individual message | Show original | Report this message | Find messages by this author
Hello all,

I've just finished with an initial version of an OmniBrowser-based TestRunner. It has an MIT license.

I've pushed a package to the Universe (OmniBrowser-SUnit-GUI version 0.41) in the Development category.

The Universe package loads in Squeak, but Pharo users should just load the package (http://seaside.gemstone.com/ss/obsunit/OB-SUnitGUI-dkh.41.mcz, or later). I'll be working on getting it running in GLASS shortly.

The Monticello project is on GemSource (http://seaside.gemstone.com/ss/obsunit.html). If anyone would like to contribute code, register on GemSource and drop me a mail and I'll add you to the project. It depends upon SUnit, OmniBrowser, and OB-Morphic. At the moment it isn't pure OB:). I left in the progress notification (I don't think there is one in OB yet). I'll work on making it pure OB during my GemStone port.

Finally I leveraged David's work on OBPluggableListMorphOfMany (read copied), because I didn't want to be dependent upon OB-Enhancements in it's entirety. I departed from David's work with OSMultipleSelectionColumn, where I've got a multiple selection column implementation that is compatible with the needs TestRunner (i.e., multiple multi-select columns).

There are a couple of differences in the UI, but I've tried to be as faithful to the original as OmniBrowser would let me.

To launch the test runner, evaluate 'OSTestRunner open'.

Enjoy,

Dale