Preparing search index...
The search index is not available
@cloud/document - v24.7.0
@cloud/document
"testing"
TestDefinition
Interface TestDefinition
测试定义。
interface
TestDefinition
{
fn
:
TestFunction
;
line
?:
number
;
name
:
string
;
}
Index
Properties
fn
line?
name
Properties
fn
fn
:
TestFunction
执行的测试函数。
Optional
line
line
?:
number
测试定义的行数。
name
name
:
string
测试名称。
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
fn
line
name
@cloud/document - v24.7.0
Loading...
测试定义。