Test Boundary Conditions

As you're writing tests for the normal conditions, it might be good to codify your assumptions about how the objects handle the edge cases, which are often called FencePost or OffByOne (Obi-Wan) errors.

General Boundary Conditions:

Collection Boundary Conditions:


CategoryTesting