This object represents the structured result of a full or partial installation qualification test execution. It includes metadata about the executed test suite, paths used, summary statistics, and status messages.
An S3 object of class InstallationQualificationResult
with the following elements:
Logical indicating whether the full test set was enabled
Directory containing test scripts
Directory to which tests are copied or linked
Report type selected ("compact"
, "detailed"
, or "Rout"
)
Execution mode ("default"
, "downloadOnly"
,
"downloadAndRunTests"
, or "runTestsInTestFileDirectory"
)
Scope of the qualification ("basic"
, "devel"
, "both"
, "internet"
, or "all"
)
Directory where the result reports are stored
Main output report filename
Vector of report files generated
Minimum number of expected tests
Number of tests actually run
Number of failed tests
Number of skipped tests
Message summarizing the result
Detailed status message
Overall result status ("success"
, "incomplete"
, or "failed"
)
The object is returned by the function testPackage
and
is of class InstallationQualificationResult
.
testPackage