Definitions for "Test harness"
See: test driver.
A software tool that enables the testing of software components that links test capabilities to perform specific tests, accept program inputs, simulate missing components, compare actual outputs with expected outputs to determine correctness, and report discrepancies.
The program, process, or context associated with test suite materials, that organizes the materials and test results for presentation to the user, and facilitates execution of and navigation through the test suite.
a collection of macros and variables associated with testing, along with templates for test forms
a program shell that is used to test procedures in isolation, before they are integrated into a more complex final program
a program that provides for the user a way to organize the tests so that all the relevant results are reported in an organized manner
Keywords:  api, writing, basis, own, your
an API that you can use as the basis for writing your own tests
Keywords:  class, method, created
a method that is created to test a class