方法
(static) runSpecs(options) → {Promise.<JasmineDoneInfo>}
运行规范。
参数
名称 | 类型 | 描述 |
---|---|---|
options |
Configuration |
返回值
当套件运行完成后解析为总体结果的 Promise。
- 类型
- Promise.<JasmineDoneInfo>
(static) startServer(options, serverOptions) → {Promise.<undefined>}
启动一个Server
,该服务器将通过 HTTP 提供规范和支持文件。
参数
名称 | 类型 | 描述 |
---|---|---|
options |
ServerCtorOptions | 用于构造服务器 |
serverOptions |
ServerStartOptions | 用于启动服务器的选项 |
返回值
在服务器启动后解决的 Promise。
- 类型
- Promise.<undefined>