Angular单元测试中,Observable的mock/spy在第一次调用成功后,在第二次调用时失败。
创始人
2024-10-23 22:30:40
0

问题通常是由于Observable的内部状态没有正确重置所导致的。为了解决这个问题,可以使用jasmine的beforeEach钩子,在每个测试之前重置Observable的内部状态。

示例代码:

import { of } from 'rxjs';
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 call getData() twice and return correct values', () => {
    // mock the observable
    spyOn(component.myService, 'getData').and.returnValue(
      of([{ id: 1, name: 'John' }, { id: 2, name: 'Jane' }])
    );

    // first call
    component.getData();
    expect(component.data).toEqual([{ id: 1, name: 'John' }, { id: 2, name: 'Jane' }]);

    // reset the internal state of the observable
    spyOn(component.myService, 'getData').and.returnValue(
      of([{ id: 3, name: 'Bob' }, { id: 4, name: 'Alice' }])
    );

    // second call
    component.getData();
    expect(component.data).toEqual([{ id: 3, name: 'Bob' }, { id: 4, name: 'Alice' }]);
  });
});

在这个示例中,beforeEach钩子会在每个测试运行之前创建组件和测试环境。在it测试中,我们首先使用spyOn对服务中的getData方法进行了mock,并在第一次调用getData后对component.data的值进行了断言。然后,我们使用相同的方法重置了getData,并在第二次调用getData后对component.data

相关内容

热门资讯

经调查!wepoker破解器激... 经调查!wepoker破解器激活码,微信茶馆辅助器,总是是真的挂(解密安装教程)-哔哩哔哩1)微信茶...
透视代打!wepoker手机版... 透视代打!wepoker手机版辅助,wepoker黑侠辅助器正版下载,攻略教程(其实是真的挂)-哔哩...
透视神器!wepoker轻量版... 透视神器!wepoker轻量版透视方法(透视)开挂辅助工具(真是真的是有挂)-哔哩哔哩1、在wepo...
目前来看!wepoker手机插... 目前来看!wepoker手机插件,中至赣牌圈挂件多少钱一个,真是真的有挂(曝光2025教程)-哔哩哔...
透视辅助!werplan免费挂... 透视辅助!werplan免费挂下载,pokemmo免费脚本,学习教程(一直真的有挂)-哔哩哔哩暗藏猫...
透视检测!wpk软件是正规的吗... 透视检测!wpk软件是正规的吗(透视)开挂辅助器(真是真的有挂)-哔哩哔哩1、wpk软件是正规的吗a...
透视私人局!hhpoker德州... 透视私人局!hhpoker德州真的假的,逸游辅助怎么下载安装,切实是真的挂(分享详细教程)-哔哩哔哩...
透视规律!哈糖大菠萝开挂(透视... 透视规律!哈糖大菠萝开挂(透视)开挂辅助脚本(确实是有挂)-哔哩哔哩哈糖大菠萝开挂是一种具有地方特色...
透视有挂!德普之星透视免费,w... 透视有挂!德普之星透视免费,wepoker有插件吗,办法教程(本来真的是有挂)-哔哩哔哩1.德普之星...
透视真的!德州来玩辅助器,起点... 透视真的!德州来玩辅助器,起点休闲辅助,确实真的是有挂(总结详细教程)-哔哩哔哩1、玩家可以在起点休...