TestInterface renamed to TestBase - It's now abstract class no interface.
commitb5f081bc9cdba8e48aac0dea986ff8621c457da6
authorDaniel Fiser <danfis@danfis.cz>
Wed, 29 Aug 2007 19:26:26 +0000 (29 21:26 +0200)
committerDaniel Fiser <danfis@danfis.cz>
Wed, 29 Aug 2007 19:26:26 +0000 (29 21:26 +0200)
tree564d2648142eb0df9b6507c06effd6a4af403529
parent86228c02a7e17f6644dbf12d524c719cb50469aa
TestInterface renamed to TestBase - It's now abstract class no interface.
Added some base methods into TestBase.
Added TestBase::printSummary method which will print summary from TestCase and from TestSuite too.
Prepended underscore ('_') before all protected variables.
TestBase has constructor which fill _name variable - all classes which inherit from TestBase must call this constructor.
Added some explanatory comments.
cppu.cpp
cppu.h
test.cpp