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