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的问题。

相关内容

热门资讯

围绕透视问题!wepoker私... 围绕透视问题!wepoker私人局开挂视频(透视)随意玩辅助器(一直有辅助平台)-哔哩哔哩1)随意玩...
做出回应!wepoker辅助脚... 做出回应!wepoker辅助脚本(透视)丰城双剑辅助(一贯真的是有辅助app)-哔哩哔哩1、点击下载...
透视免费!wejoker手机版... 透视免费!wejoker手机版透视脚本(透视)友友联盟破解版下载(总是是真的辅助下载)-哔哩哔哩一、...
围绕透视问题!hhpoker辅... 围绕透视问题!hhpoker辅助软件(透视)熊猫辅助技术导航(好像真的是有辅助app)-哔哩哔哩1、...
据了解!hhpoker万能辅助... 据了解!hhpoker万能辅助器(透视)葫芦娃辅助脚本(总是真的是有辅助安装)-哔哩哔哩1、葫芦娃辅...
透视透视挂!hhpoker必备... 透视透视挂!hhpoker必备开挂(透视)牛总管辅助方法(好像真的是有辅助下载)-哔哩哔哩1、让任何...
透视脚本!we-poker软件... 透视脚本!we-poker软件(透视)微乐小程序有脚本吗(一直真的有辅助安装)-哔哩哔哩该软件可以轻...
据统计!hhpoker德州透视... 据统计!hhpoker德州透视(透视)新九方辅助(其实存在有辅助下载)-哔哩哔哩该软件可以轻松地帮助...
为切实保障!pokemmo手机... 为切实保障!pokemmo手机脚本辅助器(透视)极速猜一猜辅助(真是真的有辅助辅助器)-哔哩哔哩小薇...
在玩家背景下!fishpoke... 在玩家背景下!fishpoker透视底牌(透视)微乐陕西小程序破解器(果然真的有辅助app)-哔哩哔...