Angular的HttpTestingController无法匹配带参数的URL
创始人
2024-10-24 06:00:55
0

当使用HttpTestingController模拟HTTP请求时,有时会出现无法匹配带参数的URL的问题。此时需要通过传递HttpParams对象来解决这一问题。

以下是一个使用HttpParams对象传递参数的代码示例:

import { HttpTestingController, HttpClientTestingModule } from '@angular/common/http/testing';
import { HttpClient, HttpParams } from '@angular/common/http';

describe('MyService', () => {
  let service: MyService;
  let httpClient: HttpClient;
  let httpTestingController: HttpTestingController;

  beforeEach(() => {
    TestBed.configureTestingModule({
      imports: [HttpClientTestingModule],
      providers: [MyService]
    });

    service = TestBed.inject(MyService);
    httpTestingController = TestBed.inject(HttpTestingController);
    httpClient = TestBed.inject(HttpClient);
  });

  afterEach(() => {
    httpTestingController.verify();
  });

  it('should send request with query string parameter', () => {
    // Define the value we expect to be returned by the mock backend
    const expectedValue = 'value';

    // Set up the request params
    const params = new HttpParams().set('paramName', 'paramValue');

    // Use the HttpClient to send the request and subscribe to the response
    httpClient.get('https://my-api.com/api-endpoint', {params}).subscribe((response) => {
      expect(response).toEqual(expectedValue);
    });

    // Define the mock response and pass it to the expectOne method of the HttpTestingController
    const req = httpTestingController.expectOne('https://my-api.com/api-endpoint?paramName=paramValue');
    req.flush(expectedValue);
  });
});

在上述代码中,我们通过创建一个HttpParams对象并传递给HttpClient的get方法来设置请求的参数。然后,我们使用HttpTestingController的expectOne方法来定义模拟的响应并指定带参数的URL来匹配请求。最后,我们通过调用flush方法将预期的响应返回给请求。

这种做法可以帮助我们解决HttpTestingController无法匹配带参数的URL的问题。

相关内容

热门资讯

记者揭秘!pokermaste... 记者揭秘!pokermaster脚本,大菠萝免费辅助器,2025新版总结(有挂方法)1、点击下载安装...
今日头条!hhpoker免费辅... 今日头条!hhpoker免费辅助器,pokemmo手机版透视脚本,wepoke教程(有挂方法);致您...
分享个大家!哈糖大菠萝破解器,... 分享个大家!哈糖大菠萝破解器,we poker游戏下,新版2025教程(有挂技巧);亲真的是有正版授...
一分钟揭秘!pokemmo内置... 一分钟揭秘!pokemmo内置修改器,xpoker辅助器,可靠教程(有挂方法)关于pokemmo内置...
揭秘关于!德州hhpoker脚... 揭秘关于!德州hhpoker脚本,wepoker插件下载,解密教程(有挂软件);玩家必备必赢加哟《1...
每日必看推荐!拱趴大菠萝开挂方... 每日必看推荐!拱趴大菠萝开挂方法,we poker免费辅助器,详细教程(有挂神器)是一款可以让一直输...
新手必备!wepoker买钻石... 新手必备!wepoker买钻石有用吗,wepoker透视苹果系统,介绍教程(有挂辅助)1、点击下载安...
分享认知!hhpoker万能辅... 分享认知!hhpoker万能辅助器,wejoker黑侠辅助器,可靠教程(有挂神器)准备好在hhpok...
玩家必看分享!扑克之星辅助,w... 玩家必看分享!扑克之星辅助,wepoker透视脚本免费使用视频,新2025教程(有挂辅助)1、玩家可...
揭秘几款!aapoker透视插... 揭秘几款!aapoker透视插件,约局吧德州真的有透视挂吗,技巧教程(有挂神器);大神普及一款德州a...