You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
airstandley edited this page Jun 19, 2018
·
6 revisions
The TestCase attribute allows you to pass values to a test function.
It supports a name, a values and an optional separator parameter. By default the separator is ','.
Each value is coerced from a string to the type the test method expects. See Utils.pas for conversion functions. (Add Page on valid string format for standard types?)