Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

常量&变量

let optionsInfo

public let optionsInfo: HashMap<String, OptionInfo> = HashMap()

功能:保存有关单元测试选项的信息的注册表。仅在框架内使用,不建议用户使用。

类型:HashMap<String, OptionInfo>

var unittestOptionsRegistryClosed

public var unittestOptionsRegistryClosed = false

功能:用于标记选项是否可以注册的内部标志。仅在框架内使用,不建议用户使用。

类型:Bool