jUtAsserter : 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.h: 55 lines
UtAsserter.cpp: 343 lines
main.cpp: 2 lines
Simple:
Test cases are created by declaring them: TEST(x)
main() requires only one line TestSuite::Run()
don't have to maintain the test suite, done automatically
easy to add more assert types
format works with MSVCs next_error (F4)
works with VC6 & VC7; partially works with g++
g++
jUtAsserter partially works with g++. When a system exception (e.g. divide by zero) is thrown, it is not caught. In MSVC it is.
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