Function REMOVE-TEST
Syntax:
remove-test description => nil
Arguments and Values:
description---a string
Description:
remove-test removes the test having the given description from the system.
See Also: None.
Notes:
Tests are identified by name and categorization has no impact on their identity. Therefore, categorization of tests has no impact on their removal.
Test descriptions are compared with the provided description using #'string-equal.