testFixTags
Check and Fix the Metadata in the Output of testParseTestFile

Description

This function takes the output of testParseTestFile and returns a similar object but with all the metadata tags present and listed in a standard order. It also fills in obvious values which are not yet filled in and makes some checks that values are appropriate.

Usage

testFixTags(data, check = TRUE)

Arguments

data A named list such as the output of testParseTestFile or the present function.
check A logical value. If FALSE don't do more than the most basic checks and fixups.
Value
A list like the input list, but with the fields in a standard order. testFixTags should be idempotent: running it on its own output should make no changes.
Note
The is a support function for testCreateFileTemplate.
Author
Bill Dunlap, TIBCO Software Inc.
References
Test Authoring Guidelines and Convention. http://emea-got-moss01.emea.tibco.com/engineering/projectsites/rosebud/Shared%20Documents/Test%20Authoring%20Guidelines%20and%20Conventions.docx
See Also
testCreateFileTemplate
Package assertionTest version 6.0.0-69
Package Index