Instance Property
インスタンスプロパティ
objectBeingTested
Sets the top-level container object currently being tested in a “whose” qualifier to a given object.
“whose” 修飾子において現在テストされているトップレベルのコンテナオブジェクトを、ある与えられたオブジェクトに設定します。
Declaration
宣言
var objectBeingTested: Any? { get set }
Parameters
パラメータ
object
The top-level container object currently being tested.
現在テストされているトップレベルのコンテナオブジェクト。
See Also
参照
Getting and setting the container object
コンテナオブジェクトの取得と設定
var topLevelObject: Any?
Sets the top-level object for an object-specifier evaluation.
オブジェクト指定子評価に対するトップレベルオブジェクトを設定します。
var rangeContainerObject: Any?
Sets the top-level container object for a range-specifier evaluation to a give object.
範囲指定子評価に対するトップレベルコンテナを、ある与えられたオブジェクトに設定します。