getTestBed
返回适用的 TestBed
单例。
Returns a singleton of the applicable TestBed
.
const getTestBed: () => TestBed;
说明
这将是 TestBedViewEngine
或 TestBedRender3
的实例。
It will be either an instance of TestBedViewEngine
or TestBedRender3
.