blob: 5c4607ae23de4df5d85d0b23a64719cca72b521b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!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>
<li><a href="ipa_tests.html">Core Test Suite</a>
<li><a href="entity_tests.html">Entity Test Suite</a>
<li><a href="association_tests.html">Association Test Suite</a>
<li><a href="navigation_tests.html">Navigation Test Suite</a>
</ul>
</div>
<div id="qunit-testresult">
<br>
</div>
</body>
</html>
|