Angular单元测试中Testbed.inject(serviceName)和fixture.debugElement.injector.get(serviceName)有什么区别?
创始人
2024-10-23 22:30:37
0

Testbed.inject() 和 fixture.debugElement.injector.get() 都是通过依赖注入获取服务的方法。不同之处在于,前者是在 TestBed 组件中获取服务,而后者是在测试组件的 debugElement 元素中获取服务。

下面是一个实际的代码示例:

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

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

  beforeEach(async () => {
    await TestBed.configureTestingModule({
      providers: [MyService],
      declarations: [MyComponent]
    }).compileComponents();
  });

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

  it('should create', () => {
    expect(component).toBeTruthy();
  });

  it('should inject MyService using Testbed.inject', () => {
    const myService = TestBed.inject(MyService);
    expect(myService).toBeTruthy();
  });

  it('should inject MyService using fixture.debugElement.injector.get', () => {
    const debugElement = fixture.debugElement;
    const myService = debugElement.injector.get(MyService);
    expect(myService).toBeTruthy();
  });
});

从上面的代码中可以看出,Testbed.inject(MyService) 是在 TestBed 组件中直接获取服务,它更加简单和直接。fixture.debugElement.injector.get(MyService) 是在测试组件的 debugElement 元素中获取服务,相比之下更加灵活。无论使用那种方式获取服务,我们都可以写出有效的单元测试。

相关内容

热门资讯

盘点几款!poker辅助器免费... 盘点几款!poker辅助器免费安装(辅助挂)切实存在有挂(有挂方法)一、poker辅助器免费安装游戏...
玩家必看科普!aapoker脚... 玩家必看科普!aapoker脚本怎么用(辅助挂)原来有挂(真实有挂)一、aapoker脚本怎么用可以...
普及知识!wepoker可以开... 普及知识!wepoker可以开透视吗(辅助挂)其实存在有挂(有挂解惑)1、许多玩家不知道wepoke...
重大通报!wepoker有辅助... 重大通报!wepoker有辅助工具吗(辅助挂)切实是真的有挂(有挂细节)1、不需要AI权限,帮助你快...
我来分享!aapoker怎么提... 我来分享!aapoker怎么提高中牌率(辅助挂)确实是真的有挂(有挂规律)1、aapoker怎么提高...
我来向大家传授!微扑克透视脚本... 我来向大家传授!微扑克透视脚本(辅助挂)一直是真的有挂(有挂方略)1、微扑克透视脚本辅助软件下载优化...
信息共享!约局吧开挂神器是真的... 信息共享!约局吧开挂神器是真的吗(辅助挂)一贯有挂(有挂功能)运约局吧开挂神器是真的吗辅助工具,进入...
一分钟秒懂!wepoker有透... 一分钟秒懂!wepoker有透视底牌吗(辅助挂)总是真的是有挂(有挂透视)wepoker有透视底牌吗...
揭秘关于!sohoo辅助(辅助... 揭秘关于!sohoo辅助(辅助挂)竟然真的是有挂(真实有挂)1、点击下载安装,sohoo辅助脚本分类...
玩家必备攻略!wepoker免... 玩家必备攻略!wepoker免费脚本弱密码(辅助挂)都是真的是有挂(有挂攻略)wepoker免费脚本...