TestObject
TestObject[…]
给出一个表示 TestCreate 结果的对象.
更多信息
- TestObject 通常作为 TestCreate 的结果获得.
- TestObject[…]["prop"] 返回给定 TestObject 的 "prop" 值.
- TestObject[…][{"prop1","prop2",…}] 返回对应于多个属性的值的关联.
- TestObject[…]["Properties"] 返回所有可用属性的列表.
- TestObject 的可能属性包括:
-
"AbsoluteTime" 测试创建的绝对时间,以 UTC 时区表示 "AbsoluteTimeUsed" 已经过去的实时绝对秒数 "ActualMessages" 运算输入时生成的消息 "ActualOutput" 运算输入时生成的输出 "CPUTimeUsed" 用于运算输入的 CPU 时间 "Created" 创建时间的 DateObject,时区为 $TimeZone "ExpectedMessages" 传递给测试的消息 "ExpectedOutput" 运算后的预期输出 "Input" 原始测试输入 "MemoryConstraint" 原始 MemoryConstraint 值 "MemoryUsed" 用于存储所有数据的字节数 "Outcome" 运行 TestCreate 的结果 "SameTest" 原始 SameTest 函数 "TestFileName" 当前执行的测试文件的绝对文件名 "TestID" 测试的唯一标识符 "TestKey" 对每次测试都唯一的自动密钥 "TimeConstraint" 原始 TimeConstraint 值 "TestCreate" 原始 TestCreate 表达式 "VerificationTest" 原始 VerificationTest 表达式 - "Outcome" 属性可能的值包括:
-
"Success" 测试成功通过 "MessageFailure" 测试失败,在运算过程中发出一条消息 "Failure" 测试没有成功通过 "NotEvaluated" 测试未被计算 - "FailureType" 属性可能的值包括:
-
"SameTestFailure" 实际输出与预期输出不相符 "SameMessagesFailure" 发出了没有预料到的消息 "SameTestUnevaluated" SameTest 函数没有返回 True 或 False "TimeConstraintFailure" 超出了 TimeConstraint 选项的设置 "MemoryConstraintFailure" 超出了 MemoryConstraint 选项的设置 "TimeConstraintInvalid" TimeConstraint 选项无效 "MemoryConstraintInvalid" 超出了 MemoryConstraint 选项的设置 "EvaluationAbortedFailure" Abort 终止了计算 "UncaughtThrowFailure" Throw 终止了计算 "IntermediateTestFailure" IntermediateTest 失败 "IntermediateTestMessagesFailure" IntermediateTest 发出了没有预料到的消息
范例
打开所有单元关闭所有单元基本范例 (2)
范围 (1)
应用 (1)
属性和关系 (34)
属性 (34)
"AbsoluteTime" (1)
用 "AbsoluteTime" 提取测试创建的 UTC 时间:
用 FromAbsoluteTime 对 DateObject 中的值进行转换:
用 "Created" 属性获取你所在时区的 DateObject:
"AbsoluteTimeUsed" (1)
"ActualMessages" (1)
"ActualOutput" (1)
"CPUTimeUsed" (1)
"Created" (1)
"ExpectedMessages" (1)
"ExpectedOutput" (1)
"FailureType" (11)
创建一个测试,其中,SameTest 函数没有返回 True 或 False:
创建一个测试,其中,TimeConstraint 的值将被超出:
失败类型为 "TimeConstrainedFailure":
创建一个测试,其中,TimeConstraint 值无效:
失败类型为 "TimeConstrainedInvalid":
创建一个测试,其中,MemoryConstraint 的值将被超出:
失败类型为 "MemoryConstrainedFailure":
创建一个测试,其中,MemoryConstraint 值无效:
失败类型为 "MemoryConstrainedInvalid":
创建一个测试,其中发生 Abort[]:
创建一个测试,其中发生 Throw[]:
创建一个测试,其中 IntermediateTest 失败:
失败类型为 "IntermediateTestFailure":
创建一个测试,其中 IntermediateTest 失败,并发出一条没有预料到的消息:
失败类型为 "IntermediateTestMessagesFailure":
测试成功时,返回的失败类型的值为 None:
"Input" (1)
"MemoryConstraint" (1)
"Outcome" (1)
"TestFileName" (1)
"TestID" (4)
"TestCreate" (1)
"VerificationTest" (1)
文本
Wolfram Research (2023),TestObject,Wolfram 语言函数,https://reference.wolfram.com/language/ref/TestObject.html.
CMS
Wolfram 语言. 2023. "TestObject." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/TestObject.html.
APA
Wolfram 语言. (2023). TestObject. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/TestObject.html 年