- QUnit - Nested Modules
- QUnit - Callbacks
- QUnit - Expect Assertions
- QUnit - Async Call
- QUnit - Only Test
- QUnit - Skip Test
- QUnit - Execution Procedure
- QUnit - Using Assertions
- QUnit - API
- QUnit - Basic Usage
- QUnit - Environment Setup
- QUnit - Overview
- QUnit - Home
QUnit Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
QUnit - API
Important APIs of QUnit
一些重要的联邦类别是:
Sr.No. | Category | Functionapty |
---|---|---|
1 | Assert | A set of assert methods. |
2 | Async Control | For asynchronous operations. |
3 | Callbacks | When integrating QUnit into other tools such as CI servers, these callbacks can be used as an API to read the test results. |
4 | Configuration and Utipties | 这些方法和特性被用作公用事业的助手,并用于召集QUnit。 例如,为了直接调整操作时间,通过习俗主张扩大QUnit AP。 |
5 | Test | For testing operations. |
Category: Assert
它提供了一套肯定的方法。
Sr.No. | Methods & Description |
---|---|
1 | async() Instruct QUnit要等到同步行动。 |
2 | deepEqual() 对原始类型、阵列、物体、固定表达方式、日期和功能进行深厚的复读比较。 |
3 | equi() 一种非限制性的比较,大致相当于Junnit s的断言Equals。 |
4 | expect () 具体说明在试验中预计会有多少主张。 |
5 | notDeepEqual() 粗略的反省比较,涉及原始类型、阵列、物体、定期表述、日期和职能。 |
6 | notEqual() 一种非限制性的比较,检查不平等。 |
7 | notOk() A booleaneck, inverse of ok() and CommonJS s claim.ok(), and amount to Jannit s claimFalse(). 如果第一个论点是虚假的,则通过。 |
8 | notPropEqual() 严格比较物体自己的特性,检查不平等。 |
9 | notStrictEqual() 严格比较,检查不平等。 |
10 | ok() A booleaneck, 相当于JS的断言.ok()和Junnit s claimTrue()。 第一种论点是正确的。 |
11 | propEqual() 对物体本身特性的严格类型和价值比较。 |
12 | push() 报告一项习俗主张的结果。 |
13 | strictEqual() 严格的类型和价值比较。 |
14 | throws() 如果退约造成例外,则进行测试,并以选择性方式比较所投的错误。 |
Category: Async Control
它提供一套同步作业。
Sr.No. | Methods & Description |
---|---|
1 | async() Instruct QUnit要等到同步行动。 |
2 | QUnit.async Test() DEPRECATED: 添加同步试验。 试验必须包括要求QUnit.start()。 |
3 | QUnitstart() 参与:在检测员被阻止后再次开始测试。 See QUnit.stop() and QUnit.config.autostart. |
4 | DEPRECATED: 增加QUnit.start()号,要求测试员在继续之前等待。 |
5 | QUnit.test() 增加试验。 |
Category: Callbacks
在将QUnit纳入其他工具(如CI服务器)时,这些反馈可用作测试结果的APIC。
Sr.No. | Methods & Description |
---|---|
1 | QUnit.begin() 在试验套案开始时,登记停火。 |
2 | QUnit.done() 每当试验相宜时,登记停火。 |
3 | QUnit.log() 每当断言完结时,就登记退火。 |
4 | QUnit.moduleDone() 每当单元结束时,就登记退火。 |
5 | QUnit.moduleStart() 每当单元启动时,就登记停火。 |
6 | QUnit.testDone() 登记在试验结束时的火退。 |
7 | QUnit.testStart() 在试验开始时,登记停火。 |
Category: Configuration and Utipties
这些方法和特性被用作公用事业的助手,并用于召集QUnit。 例如,为了直接调整操作时间,通过习俗主张扩大QUnit AP。
Sr.No. | Methods & Description |
---|---|
1 | QUnit.assert 盖特大学称号。 |
2 | QUnit.config 盖特大学的配置。 |
3 | QUnit.dump.parse() Advanced高级和易腐数据倾销。 |
4 | QUnit.extend(> 将混合物体界定的特性输入目标物体。 |
5 | QUnit.init() DEPRECATED: 重新启动试验操作员。 |
6 | QUnit.push() DEPRECATED: 报告一项习俗主张的结果。 |
7 | QUnit.reset(> DEPRECATED: Reset the test fixture in the DOM. |
8 | QUnit.stack() 回归单行,代表 st(call)。 |
Category: Test
它提供一套测试操作。
Sr.No. | Methods & Description |
---|---|
1 | QUnit.assert 盖特大学称号。 |
2 | QUnit.async Test() DEPRECATED: 添加同步试验。 试验必须包括要求QUnit.start()。 |
3 | QUnit.module() 在单一标签下进行小组相关测试。 |
4 | www.un.org/chinese/ga/president 添加一个完全有效的试验,防止所有其他试验进行。 |
5 | QUnit.skip() 添加像物体一样的测试。 |
6 | QUnit.test() 增加试验。 |