エンジンクラス
TestService
*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。
概要
プロパティ
方法
Checkpoint(text: string,source: Instance,line: number):() |
Done():() |
isFeatureEnabled(name: string):boolean |
RegisterTest(testOptions: Dictionary):TestCase |
Run():() |
RunAsync():() |
TakeSnapshot(snapshotname: string,source: Instance):() |
イベント
ServerCollectConditionalResult(condition: boolean,text: string,script: Instance,line: number):RBXScriptSignal |
ServerCollectResult(text: string,script: Instance,line: number):RBXScriptSignal |
APIリファレンス
プロパティ
Is30FpsThrottleEnabled
方法
Check
Checkpoint
Done
TestService:Done():()
戻り値
()
コードサンプル
テストサービス:完了
local TestService = game:GetService("TestService")
TestService:Done()Error
Fail
Message
RegisterTest
Require
Run
RunAsync
TestService:RunAsync():()
戻り値
()
TakeSnapshot
イベント
ServerCollectConditionalResult