Instance Method インスタンスメソッド

loadSuites(from:)

Loads the suite definitions in bundle aBundle, invoking loadSuite(with:from:) for each suite found. バンドルaBundleのスイート定義をロードします、loadSuite(with:from:)を見つかったスイートそれぞれに対して発動します。

Declaration 宣言

func loadSuites(from bundle: Bundle)

Discussion 議論

If errors occur while method is parsing a suite-definition file, the method logs error messages to the console. メソッドがスイート定義ファイルの構文解析している間にエラーが発生するならば、メソッドはコンソールにエラーメッセージを記録します。

See Also 参照

Loading Suites スイートをロードする