specify-dsl-bdd
Version:
BDD EDSL for the Specify framework.
260 lines (145 loc) • 4.79 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>hifive-bdd Classes</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">
<h1 class="page-title">Classes</h1>
<section>
<header>
<h2>
</h2>
</header>
<article>
<div class="container-overview">
<dl class="details">
</dl>
</div>
<h3 class="subsection-title">Classes</h3>
<dl>
<dt><a href="DSL.Suite.html">Suite</a></dt>
<dd>type Suite <| Boo.Base {
name :: String
tests :: [Suite | Test]
beforeEach :: [Future(Error, Void)]
afterEeach :: [Future(Error, Void)]
beforeAll :: [Future(Error, Void)]
afterAll :: [Future(Error, Void)]
}</dd>
<dt><a href="core-Interface.html">Interface</a></dt>
<dd>type Interface = Promise | Node | Future</dd>
<dt><a href="core-makeDSL-Test.html">Test</a></dt>
<dd>type Test <| Boo.Base {
name :: String
test :: Future(Error, Void)
timeout :: Maybe(<Number/ms>)
slow :: Maybe(<Number/ms>)
enabled :: Maybe(Case → Boolean)
}</dd>
</dl>
<h3 class="subsection-title">Namespaces</h3>
<dl>
<dt><a href="namespaces.html#module:specify-dsl-bdd/lib/core~DSL"><a href="core-DSL.html">DSL</a></a></dt>
<dd></dd>
</dl>
</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>