类:TestsStream
🌐 Class: TestsStream
成功调用 run() 方法将返回一个新的 <TestsStream> 对象,流式传输一系列表示测试执行的事件。TestsStream 将按照测试定义的顺序触发事件
🌐 A successful call to run() method will return a new <TestsStream>
object, streaming a series of events representing the execution of the tests.
TestsStream will emit events, in the order of the tests definition