1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 QUnit 1.16 发布,附发布计划 下载

本帖由 漂亮的石头2014-12-11 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    486,020
    赞:
    46
    QUnit是jQuery的单元测试框架。

    QUnit 1.16 发布,此版本是个重要的版本,引入了一些新 APIs,默认在 QUnit 2.0 使用。

    新 APIs 概览:

    QUnit.test( "assert.async() test", function( assert ) {
    var done = assert.async();
    var input = $( "#test-input" ).focus();
    setTimeout(function() {
    assert.equal( document.activeElement, input[0], "Input was focused" );
    done();
    });
    });

    此外,QUnit 1.16 包括一些新特性和改进:

    发布计划


    后续版本改进计划:


    • Standardized reporter interface


    • Better diff output


    • Better support for writing custom assertions


    • Support for nested modules

    QUnit 团队

    [​IMG]

    从左往右: Jörn Zaefferer, Timo “Krinkle” Tijhof, James M. Greene, and Leonardo Balter
    QUnit 1.16 发布,附发布计划下载地址
     
正在加载...