NgTestFixture<T> constructor

NgTestFixture<T>(
  1. ApplicationRef applicationRef,
  2. ComponentRef<T> rootComponentRef,
  3. NgTestStabilizer testStabilizer
)

Implementation

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