1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
<title>JsUnit Test Suite</title>
7
<link rel="stylesheet" type="text/css" href="../css/jsUnitStyle.css">
8
<script language="JavaScript" type="text/javascript" src="../app/jsUnitCore.js"></script>
9
<script language="JavaScript" type="text/javascript">
11
function setUpPagesTestSuite() {
12
var newsuite = new top.jsUnitTestSuite();
13
newsuite.addTestPage("tests/jsUnitTestSetUpPages.html");
18
var newsuite = new top.jsUnitTestSuite();
19
newsuite.addTestSuite(setUpPagesTestSuite());
26
<h1>JsUnit Test Suite</h1>
28
<p>This page contains a suite of tests for testing JsUnit's setUpPages functionality.</p>