加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

使用karma jasmine在angular2中模拟keyup.space事件以进行单元测

发布时间:2020-12-17 17:02:22 所属栏目:安全 来源:网络整理
导读:input type="checkbox" class="mocked_as_radio_button" (keyup.space)="spaceKeyPress($event)" 我有一个输入元素,它是一个复选框. 我想模拟keyup.space事件来测试其功能 spaceKeyPress($event) 不想使用jQuery. 解决方法 我猜你在寻找: debugElement.trig
<input type="checkbox" class="mocked_as_radio_button" 
(keyup.space)="spaceKeyPress($event)">

我有一个输入元素,它是一个复选框.
我想模拟keyup.space事件来测试其功能

spaceKeyPress($event)

不想使用jQuery.

解决方法

我猜你在寻找:

debugElement.triggerEventHandler('keyup.space',{});

Plunker Example

另请参见angular2文档

> https://angular.io/docs/ts/latest/guide/testing.html#!#triggereventhandler

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读