unittests/index.html
author hamidouk
Mon, 10 Oct 2011 16:40:37 +0200
branchpopcorn-port
changeset 58 f92e6c4baae9
parent 57 eabfc9a2eb35
child 63 acf10cf0ebd1
permissions -rw-r--r--
Renamed LAYOUT.txt and added sinon.js for mockups.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     1
<html>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     2
<head>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     3
	<title>Unit Tests</title>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     4
	<script src="http://code.jquery.com/jquery-latest.js"></script>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     5
	<script src="qunit.js" type="text/javascript"></script>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     6
	  <link rel="stylesheet" href="qunit.css" type="text/css" media="screen" />
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     7
	<script src="tests/serializer.js" type="text/javascript"></script>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     8
</head>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
     9
<body>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    10
<script>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    11
 $(document).ready(function(){
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    12
		test_serializer();
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    13
});
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    14
</script>	
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    15
<body>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    16
  <h1 id="qunit-header">Metadataplayer Unit Tests</h1>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    17
 <h2 id="qunit-banner"></h2>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    18
 <div id="qunit-testrunner-toolbar"></div>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    19
 <h2 id="qunit-userAgent"></h2>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    20
 <ol id="qunit-tests"></ol>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    21
 <div id="qunit-fixture">test markup, will be hidden</div>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    22
</body>
eabfc9a2eb35 Added unit testing with QUnit.
hamidouk
parents:
diff changeset
    23
</html>