Create test classes and test cases for all classes.
- Create .h + .cpp file with class name followed by "test" (look at iUnheritableTest example)
- add and execute test in TestMain.cpp
- test run automatically at program start, so also check if they pass
Carlos:
- uButton
- uInterfaceButton
- uClassButton
Daniel:
- uLanguageStrategy
- uCodeGenerationVisitor
Mike:
- uAggregation
- uChildClass
- uInheritable
- uInterface
- uReference
Create test classes and test cases for all classes.
Carlos:
Daniel:
Mike: