(component: Type<T>, options?: TestComponentOptions)
| 170 | overrideTemplateUsingTestingModule(component: Type<any>, template: string): TestBed; |
| 171 | |
| 172 | createComponent<T>(component: Type<T>, options?: TestComponentOptions): ComponentFixture<T>; |
| 173 | |
| 174 | /** |
| 175 | * Returns the most recently created `ComponentFixture`, or throws an error if one has not |
no outgoing calls