UNPKG

specify-dsl-bdd

Version:

BDD EDSL for the Specify framework.

192 lines (116 loc) 4.64 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>hifive-bdd Index</title> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css"> <link type="text/css" rel="stylesheet" href="styles/site.cerulean.css"> </head> <body> <div class="container-fluid"> <div class="navbar navbar-fixed-top "> <div class="navbar-inner"> <a class="brand" href="index.html">hifive-bdd</a> <ul class="nav"> <li class="dropdown"> <a href="namespaces.list.html" class="dropdown-toggle" data-toggle="dropdown">Namespaces<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="core-DSL.html">DSL</a> </li> </ul> </li> <li class="dropdown"> <a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="core.html">specify-dsl-bdd/lib/core</a> </li> <li> <a href="index_.html">specify-dsl-bdd/lib/index</a> </li> </ul> </li> <li class="dropdown"> <a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b class="caret"></b></a> <ul class="dropdown-menu "> <li> <a href="DSL.Suite.html">Suite</a> </li> <li> <a href="core-Interface.html">Interface</a> </li> <li> <a href="core-makeDSL-Test.html">Test</a> </li> </ul> </li> </ul> </div> </div> <div class="row-fluid"> <div class="span8"> <div id="main"> <span class="page-title">Index</span> <section> <article><h1>specify-dsl-bdd</h1><p><a href="https://npmjs.org/package/specify-dsl-bdd"><img src="https://img.shields.io/npm/v/specify-dsl-bdd.svg?style=flat" alt="NPM version"></a> <a href="https://david-dm.org/origamitower/specify-dsl-bdd"><img src="https://img.shields.io/david/origamitower/specify-dsl-bdd.svg?style=flat" alt="Dependencies status"></a> <img src="https://img.shields.io/npm/l/specify-dsl-bdd.svg?style=flat&amp;label=licence" alt="Licence"> <img src="https://img.shields.io/badge/API_stability-stable-green.svg?style=flat" alt="Stable API"></p> <p>BDD EDSL for the <a href="https://github.com/origamitower/specify">Specify</a> framework.</p> <h2>Example</h2><pre class="prettyprint source lang-js"><code>( ... )</code></pre><h2>Installation</h2><pre class="prettyprint source lang-shell"><code>$ npm install hifive-bdd</code></pre><h2>Licence</h2><p>Copyright (c) 2013-2014 <a href="http://www.origamitower.com">Origami Tower</a>.</p> <p>This module is part of the <a href="https://github.com/origamitower/specify">Specify framework</a>, and released under the <a href="http://origami-tower.mit-license.org/">MIT</a> licence.</p></article> </section> </div> <div class="clearfix"></div> <footer> <span class="copyright"> © 2014 Quildreen Motta </span> <br /> <span class="jsdoc-message"> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a> on Fri Dec 26 2014 11:42:03 GMT-0200 (BRST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>. </span> </footer> </div> <div class="span3"> <div id="toc"></div> </div> <br clear="both"> </div> </div> <script src="scripts/sunlight.js"></script> <script src="scripts/sunlight.javascript.js"></script> <script src="scripts/sunlight-plugin.doclinks.js"></script> <script src="scripts/sunlight-plugin.linenumbers.js"></script> <script src="scripts/sunlight-plugin.menu.js"></script> <script src="scripts/jquery.min.js"></script> <script src="scripts/jquery.scrollTo.js"></script> <script src="scripts/jquery.localScroll.js"></script> <script src="scripts/bootstrap-dropdown.js"></script> <script src="scripts/toc.js"></script> <script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script> <script> $( function () { $( "#toc" ).toc( { anchorName : function(i, heading, prefix) { return $(heading).attr("id") || ( prefix + i ); }, selectors : "h1,h2,h3,h4", showAndHide : false, scrollTo : 60 } ); $( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" ); $( "#main span[id^='toc']" ).addClass( "toc-shim" ); } ); </script> </body> </html>