objectBeingTested
現在テストされているトップレベルのコンテナオブジェクトを返します
解説
現在テストされているトップレベルのコンテナオブジェクトを返します。
返り値
( id )
オブジェクト
引数
フレームワーク
Foundation
クラス
NSScriptExecutionContext
Instance Methods
使用可能
10.0
参照
例文
NSScriptExecutionContext *sec = [NSScriptExecutionContext sharedScriptExecutionContext]; NSLog([NSString stringWithFormat:@"%@",[[sec objectBeingTested] className] ]); return number; }