MCPcopy Index your code
hub / github.com/angular/angular / getLastFixture

Method getLastFixture

packages/core/testing/src/test_bed.ts:423–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421 }
422
423 static getLastFixture<T = unknown>(): ComponentFixture<T> {
424 return TestBedImpl.INSTANCE.getLastFixture();
425 }
426
427 static resetTestingModule(): TestBed {
428 return TestBedImpl.INSTANCE.resetTestingModule();

Callers

nothing calls this directly

Calls 1

getLastFixtureMethod · 0.65

Tested by

no test coverage detected