Object Oriented Programming using C#
Case Study
The figure below shows the results from running the tests....
By creating automated test fixtures to test all classes and all methods we can run these tests every time the system is
adapted to meet the clients changing needs.
11.13 Generating the Documentation
Documentation is essential and can be generated automatically (as described in Chapter 8 - C# Development Tools)
assuming appropriate comments have been placed in the code.
XML comments have been placed in the code to describe all classes, all constructors and all methods. All parameters,
return values and exception thrown have also been described.