[Cfunit-public] CFUnit has released v0.5, its first Release Candidate
Brought to you by:
skorpiun
|
From: SkorPiun <sko...@gm...> - 2005-11-04 03:58:38
|
This release is CFUnit's most significant change since the original alpha release. This release includes improved logic for assertEquals() and the addition of assertSame()/assertNotSame(). Test cases also are now self-executing, making writing CFUnit tests easier then ever. You can now browse to a URL such as: http://localhost/myTest.cfc?method=3Dexecute and the TestCase will execute and report the results. This also has two execution modes, basic, and verbose. Basic (the default) will only report success or failure. Verbose mode can be enabled by passing in a "verbose" URL parameter: http://localhost/myTest.cfc?method=3Dexecute&verbose=3Dtrue This will report not only the success or failure, but also the detailed information about the tests. To download the latest release: http://sourceforge.net/project/showfiles.php?group_id=3D145385 http://cfunit.sourceforge.net |