Testing Simple Objects

This lesson warns against some mistakes you can make when testing objects, and suggests techniques you can use for testing simple abstract data types and algorithms in Java.

To keep things as simple as possible, this lesson does not discuss the use of testing frameworks such as JUnit.


Creative Commons License © Mitchell Wand, 2012-2015
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
The work has been modified by William D Clinger in these ways and more: conversion from PowerPoint to HTML, and from Racket to Java.