Test Items - scott789/FreeCol GitHub Wiki
2. Test Items
2.1 Program Modules
- net.sf.freecol package
- Test cyclomatic complexity
- src/net/sf/freecol/common
- Check method of comparing of integer objects
- sun.misc.Launcher$AppClassLoader classloader
- Analyze possible leakage
- srs/net/sf/freecool/common/model/Player.java
- Check size of the class and number of methods in class
- srs/net/sf/freecool/common/model/Unit.java
- Check size of the class and number of methods in class
2.2 User Procedures
After a test or change to the code is completed, each developer shall run the unit tests again to ensure that nothing has broken. This will satisfy regression testing requirements. In addition, new tests may be created so that the new changes can be tested in the future.