RSX Code Reference
Preparing search index...
rsx
TestEntry
Interface TestEntry
Contains data about a single unit test.
interface
TestEntry
{
name
:
string
;
test
:
()
=>
void
;
}
Index
Properties
name
test
Properties
name
name
:
string
The name of the test.
test
test
:
()
=>
void
The test function to execute.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
test
RSX Code Reference
Loading...
Contains data about a single unit test.