Changes between Version 3 and Version 4 of GallioFramework
- Timestamp:
- 10/06/09 21:58:23 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GallioFramework
v3 v4 1 1 == Gallio Test Framework and Tools == 2 2 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.3 Gallio provides a unit test framework, console test runner, GUI test runner and so much more. It's quite featureful. 4 4 5 5 Gallio subsumes the MbUnit framework which is included with it. 6 6 7 The project home page is at http://gallio.org/ 7 Regarding 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 9 The project home page is at http://gallio.org/ and there are [http://cobra-language.com/forums/search.php?keywords=gallio discussions on it]. 8 10 9 11 Feel free to add tips to this page about using Gallio and MbUnit.