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 Framework tests</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
var atLeastOneTestHasRun = false;
19
atLeastOneTestHasRun = true;
23
function testEmpty1() {
26
function testSetUp() {
27
assertEquals("foo", aVariable);
30
function testEmpty2() {
33
function testTearDown() {
34
assertTrue(atLeastOneTestHasRun);
37
function testEmpty3() {
44
<h1>JsUnit Framework tests</h1>
46
<p>This page contains tests for the JsUnit setUp and tearDown framework. To see them, take a look at the source.</p>