方法
(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>