[ANN] new version of Squeak SUnit available

Marcus Denker denker at iam.unibe.ch
Sun Nov 14 19:50:03 UTC 2004


Hi,

I updated the Sunit package on SM. It is compatibel to 3.7 and 3.8.

changed:

  -> fixes from 3.8beta (removal of "new" on class side, some smaller 
fixes for deprecated methods)
  -> fixed all class-categories to be lower case
  -> added the following fixes/enh:

"Change Set:		SUnit-expected-failures-jf
Date:			30 July 2003
Author:			Julian Fitzell

Add the notion of expected failures to SUnit TestCases

"Change Set:		SUnitMatchExceptionDescriptions-nk
Date:			11 May 2003
Author:			Ned Konz

This gives you the ability to test for specific Exception description 
substrings in your tests.

"Change Set:		TestRunnerFix
Date:			3 March 2004
Author:			Andreas Raab

TestRunner was changed so that it runs the tests in a background 
process instead of running in sync with Morphic. This is problematic if 
any of the tests involve anything Morphic related in which case the 
tests raise spurious errors in the UI.

For example, in about one out of five cases the DebuggerUnwindBug test 
raised one of these errors (very hard to find since they depend on lots 
of varying factors).

These changes make TestRunner run within the Morphic UI process so that 
errors like the above are prevented."!


TODO:

for 3.8:
-> Preference for showing abstract testcases in the testrunner
later:
-> re-integrating the changes with main SUnit.




More information about the Squeak-dev mailing list