2010-09-24 18:50:29 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>IPA Test Suite</title>
|
|
|
|
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
|
|
|
|
<style type="text/css">
|
|
|
|
#content {
|
|
|
|
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
|
|
|
|
font-size: smaller;
|
|
|
|
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
padding: 0.5em 0.5em 0.5em 2.5em;
|
|
|
|
|
|
|
|
color: #2b81af;
|
|
|
|
background-color: #D2E0E6;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1 id="qunit-header">IPA Test Suite</h1>
|
|
|
|
|
|
|
|
<h2 id="qunit-banner" class="qunit-pass"></h2>
|
|
|
|
|
|
|
|
<div id="content">
|
|
|
|
<a href="all_tests.html">Complete Test Suite</a>
|
|
|
|
<ul>
|
2011-05-16 22:23:20 -05:00
|
|
|
<li><a href="ordered_map_tests.html">Ordered Map Test Suite</a>
|
2010-09-24 18:50:29 -05:00
|
|
|
<li><a href="ipa_tests.html">Core Test Suite</a>
|
|
|
|
<li><a href="entity_tests.html">Entity Test Suite</a>
|
2010-09-29 15:57:07 -05:00
|
|
|
<li><a href="details_tests.html">Details Test Suite</a>
|
2010-09-28 09:19:05 -05:00
|
|
|
<li><a href="association_tests.html">Association Test Suite</a>
|
2010-09-28 18:20:02 -05:00
|
|
|
<li><a href="navigation_tests.html">Navigation Test Suite</a>
|
2010-10-15 23:40:38 -05:00
|
|
|
<li><a href="certificate_tests.html">Certificate Test Suite</a>
|
2010-10-25 18:55:57 -05:00
|
|
|
<li><a href="aci_tests.html">Access Control Interface Test Suite</a>
|
2011-01-31 08:09:26 -06:00
|
|
|
<li><a href="widget_tests.html">Widget Test Suite</a>
|
2011-12-19 09:14:04 -06:00
|
|
|
<li><a href="ip_tests.html">IP Addresses Test Suite</a>
|
2012-09-11 06:52:10 -05:00
|
|
|
<li><a href="utils_tests.html">Utils Test Suite</a>
|
2013-04-08 09:49:56 -05:00
|
|
|
<li><a href="build_tests.html">Build Test Suite</a>
|
2014-03-21 09:09:43 -05:00
|
|
|
<li><a href="binding_tests.html">Binding Test Suite</a>
|
2010-09-24 18:50:29 -05:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="qunit-testresult">
|
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|