FunctionalTest
Show Deprecated
DEPRECATED
Deprecated. Use TestService instead
Summary
Properties
The description of the FunctionalTest.
Properties inherited from Instance
Methods
Methods inherited from Instance
Events
Events inherited from Instance
Properties
Properties inherited from Instance
Methods
Failed
void
Prints a red message to the output, prefixed by "TestService: ".
Parameters
Default Value: ""
Returns
void
Warn
void
Prints if a condition is true, otherwise prints a warning.
Parameters
Default Value: ""
Returns
void
Code Samples
FunctionalTest:Warn1
local TestService = game:GetService("TestService")
TestService:Warn(false, "this action is invalid")
Methods inherited from Instance
Events
Events inherited from Instance