使用Jasmine重用测试代码的好方法是什么? [英] What's a good way to reuse test code using Jasmine?

查看:124
本文介绍了使用Jasmine重用测试代码的好方法是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 Jasmine BDD Javascript库,非常享受它。我有测试代码,我想重用(例如,测试基类的多个实现或在稍微不同的上下文中运行相同的测试),我不知道如何使用Jasmine。我知道我可以将代码从jasmine函数移到可重用的类中,但我喜欢代码读取的方式穿插Jasmine函数(describe,it),我不想将规范与测试代码分开,除非我不得不。有没有人使用Jasmine遇到这个问题,你是如何处理它的?

I'm using the Jasmine BDD Javascript library and really enjoying it. I have test code that I'd like to reuse (for example, testing multiple implementations of a base class or running the same tests in a slightly different context) and I'm not sure how to do it using Jasmine. I know that I could move code out of the jasmine functions and into reusable classes but I like the way the code reads interspersed with the Jasmine functions (describe, it) and I don't want to separate the specs from the test code unless I have to. Has anyone out there using Jasmine come across this issue and how have you handled it?

推荐答案

我指出要包装函数中的一个描述调用,它传递一个参数。

It was pointed out to me to wrap a describe call in a function that passes it a parameter.

这篇关于使用Jasmine重用测试代码的好方法是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆