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 コンテナオブジェクトの取得と設定