- Parameters:
-
| plan | the plan object |
| nspec | number of specification strings |
| spec | array of specification strings |
- Returns:
- false if any of the test specifications could not be found, true on success.
Add a sequence of test specifications to the plan object. Each test specification is a string which matches a testnode in the discovered testnode hierarchy, and will cause that node plus all of its descendants to be added to the plan. The interface is designed to take command-line arguments from your test runner program after options have been parsed with
getopt
.