Wiki

Changes between Version 3 and Version 4 of GallioFramework

Show
Ignore:
Timestamp:
10/06/09 21:58:23 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GallioFramework

    v3 v4  
    11== Gallio Test Framework and Tools == 
    22 
    3 Gallio provides a unit test framework, console test runner, GUI test runner and so much more. It's quite featureful. There's even a book. 
     3Gallio provides a unit test framework, console test runner, GUI test runner and so much more. It's quite featureful. 
    44 
    55Gallio subsumes the MbUnit framework which is included with it. 
    66 
    7 The project home page is at http://gallio.org/ 
     7Regarding the test framework, most of what you see done with unit testing in Gallio/MbUnit can be done with Cobra's `test`, `assert` and `expect`. For "row test", you can use lists and a for loop which is done in other language communities like Python, but not in ones like C# and Java where lists are not so convenient. 
     8 
     9The project home page is at http://gallio.org/ and there are [http://cobra-language.com/forums/search.php?keywords=gallio discussions on it]. 
    810 
    911Feel free to add tips to this page about using Gallio and MbUnit.