compareTranscriptAndOutput(scriptests)
compareTranscriptAndOutput()所属R语言包:scriptests
Compare desired and actual output from running transcript-style tests.
转录风格的测试运行所需和实际输出进行比较。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Compare desired and actual output from running transcript-style tests. This function is called by the scripts supplied with the EasyTests package.
转录风格的测试运行所需和实际输出进行比较。此功能称为的脚本提供的EasyTests包。
用法----------Usage----------
compareTranscriptAndOutput(name, tests, results, verbose = TRUE)
参数----------Arguments----------
参数:name
Name of the file of tests.
测试的文件的名称。
参数:tests
A list of test blocks, as generated by parseTranscriptFile
试块的列表,所产生的parseTranscriptFile
参数:results
A list of test blocks, as generated by parseTranscriptFile
试块的列表,所产生的parseTranscriptFile
参数:verbose
A logical flag indicating whether to write progress reports to stdout.
一个逻辑标志,指示是否写入进度报告到标准输出。
Details
详细信息----------Details----------
Compares tests line-by-line, with some control over how matching is done and what mismatches counts as errors, warnings, or informational events.
比较测试线线,一定程度上控制如何进行匹配和不匹配的错误,警告或信息性事件的计数。
值----------Value----------
Returns an object of class RtTestSetResults, for which there are summary and print methods.
返回类的一个对象RtTestSetResults,其中有摘要和print方法。
(作者)----------Author(s)----------
Tony Plate
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|