Angular的fixture的debugElement为NULL。
创始人
2024-10-24 03:00:58
0

在Angular中,debugElement为NULL通常是因为fixture还没有完成初始化。解决这个问题的方法是使用async/await或者使用fixture的detectChanges方法来确保fixture的初始化完成。

下面是一个使用async/await的示例代码:

import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { MyComponent } from './my.component';

describe('MyComponent', () => {
  let component: MyComponent;
  let fixture: ComponentFixture;

  beforeEach(waitForAsync(() => {
    TestBed.configureTestingModule({
      declarations: [ MyComponent ]
    })
    .compileComponents();
  }));

  beforeEach(() => {
    fixture = TestBed.createComponent(MyComponent);
    component = fixture.componentInstance;
  });

  it('should create', async () => {
    fixture.detectChanges();
    await fixture.whenStable(); // 等待fixture初始化完成
    expect(component).toBeTruthy();
  });
});

在上述代码中,我们使用了async/await来等待fixture初始化完成。在测试方法中,我们首先调用fixture.detectChanges()来触发组件的变化检测,然后使用fixture.whenStable()来等待fixture初始化完成。

另一种解决方法是使用fixture的detectChanges方法:

import { ComponentFixture, TestBed } from '@angular/core/testing';
import { MyComponent } from './my.component';

describe('MyComponent', () => {
  let component: MyComponent;
  let fixture: ComponentFixture;

  beforeEach(() => {
    TestBed.configureTestingModule({
      declarations: [ MyComponent ]
    })
    .compileComponents();

    fixture = TestBed.createComponent(MyComponent);
    component = fixture.componentInstance;
  });

  it('should create', () => {
    fixture.detectChanges();
    fixture.whenStable().then(() => { // 使用whenStable方法来等待fixture初始化完成
      expect(component).toBeTruthy();
    });
  });
});

在上述代码中,我们仍然使用fixture.detectChanges()来触发组件的变化检测,然后使用fixture.whenStable().then()来等待fixture初始化完成,并在回调函数中进行断言。

无论使用哪种方法,都可以确保fixture初始化完成后再访问debugElement。

相关内容

热门资讯

透视机巧!德普辅助器怎么用,德... 透视机巧!德普辅助器怎么用,德普之星app其实真的有下载,1分钟教程(有挂工具)在进入德普辅助器怎么...
透视法子!aapoker脚本,... 透视法子!aapoker脚本,AApoker下载本来有开挂,第3分钟教程(有挂解惑)1、下载好aap...
透视经验!wejoker辅助软... 透视经验!wejoker辅助软件视频,WePoKer机器人确实真的有脚本,第9分钟教程(证实有挂)1...
透视要领!aapoker怎么选... 透视要领!aapoker怎么选牌,AApoker软件一直有插件,五分钟教程(有挂规律)1、点击下载安...
透视教程书!hhpoker俱乐... 透视教程书!hhpoker俱乐部是干嘛的,HHpoker免费果然有神器,4分钟教程(真的有挂)1)h...
透视窍要!hhpoker为什么... 透视窍要!hhpoker为什么一直输,HHpoker德州局切实是有神器,第八分钟教程(有挂教程)hh...
透视步骤!wpk真的有透视嘛,... 透视步骤!wpk真的有透视嘛,WPK辅助器真是是有透视,五分钟教程(有挂神器)1、在wpk真的有透视...
透视操作!哈糖大菠萝有挂吗,H... 透视操作!哈糖大菠萝有挂吗,HHpoker模拟器本来存在有开挂,7分钟教程(有挂功能)1、哈糖大菠萝...
透视讲义!wpk模拟器多开,W... 透视讲义!wpk模拟器多开,WPK俱乐部确实是有工具,第8分钟教程(详细教程)1、玩家可以在wpk模...
透视窍要!哈糖大菠萝攻略,We... 透视窍要!哈糖大菠萝攻略,WePoKer破解器好像真的是有教程,第8分钟教程(有挂工具)哈糖大菠萝攻...