翻訳と辞書
Words near each other
・ Unit Structures
・ Unit supply specialist
・ Unit tangent bundle
・ Unit testing
・ Unit Tindakan Cepat
・ Unit train
・ Unit trust
・ Unit Trust Corporation
・ Unit Trust of India
・ Unit type
・ Unit valuation system
・ Unit vector
・ Unit-linked insurance plan
・ Unit-point atomism
・ Unit-weighted regression
Unit.js
・ Unit4
・ UNIT9
・ UNITA
・ Unita Blackwell
・ Unitaid
・ Unital
・ Unital (geometry)
・ Unital map
・ Unitalia
・ Unitan
・ Unitar (disambiguation)
・ Unitar (instrument)
・ Unitard
・ Unitarian


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Unit.js : ウィキペディア英語版
Unit.js

Unit.js is an open source unit testing framework for the JavaScript programming language.〔http://unitjs.com〕
== Usage ==

A simple hello world test looks like the code below.

var example = 'Hello world!';
test.string(example)
.isEqualTo('Hello world!');

Support describe() and it(), describes a suite of tests and it() is an individual test specification. The name "it()" follows the idea of behavior-driven development and serves as the first word in the test name, which should be a complete sentence.

describe('Hello world', function() );


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Unit.js」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.