The document describes using Test::Class to write object-oriented tests for OO code in Perl. It discusses organizing test suites into classes that inherit from a base test class, and using Test::Class methods to test object construction, attributes, and methods. Tests can be run together across multiple class hierarchies using the Test::Class framework.