jUtAssertercs : an embeddable unit tester for C#
Download Files
Changes
Initial Version
Installation
None.
Notes
This runs unit tests from within your exe.
Features
Small:
UtAsserter.cs: 134 lines
main.cs: 1 line
Simple:
Test cases are created by declaring them: any method that starts with 'test' in any class that starts with 'test' is considered a test case.
Main() requires only one line ut::Run()
don't have to maintain the test suite, done automatically
easy to add more assert types
format works with MSVSs next_error (F8)
Contact me about content on this page using
john_web-at-arrizza-dot-com
For Web Master or site problems contact:
webadmin-at-arrizza-dot-com
Copyright John Arrizza (c) 2001-2010