NgTestFixture<T> constructor
NgTestFixture<T> (
- ApplicationRef applicationRef,
- ComponentRef<
T> rootComponentRef, - NgTestStabilizer testStabilizer
Implementation
factory NgTestFixture(
ApplicationRef applicationRef,
ComponentRef<T> rootComponentRef,
NgTestStabilizer testStabilizer,
) = NgTestFixture<T>._;