gpii-universal
Version:
Cross platform, core components of the GPII personalization infrastructure.
44 lines (35 loc) • 2.17 kB
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GPII MatchMaker Utilities tests</title>
<link rel="stylesheet" media="screen" href="../../../../../node_modules/infusion/tests/lib/qunit/css/qunit.css" />
<script src="../../../../../node_modules/json5/dist/index.js"></script>
<script src="../../../../../node_modules/infusion/src/lib/jquery/core/js/jquery.js"></script>
<script src="../../../../../node_modules/infusion/src/framework/core/js/Fluid.js"></script>
<script src="../../../../../node_modules/infusion/src/framework/core/js/FluidIoC.js"></script>
<script src="../../../../../node_modules/infusion/tests/lib/qunit/js/qunit.js"></script>
<script src="../../../../../node_modules/infusion/tests/test-core/jqUnit/js/jqUnit.js"></script>
<script src="../../../../../node_modules/infusion/src/framework/core/js/DataBinding.js"></script>
<script src="../../../../../node_modules/infusion/src/framework/core/js/ModelTransformation.js"></script>
<script src="../../../../../node_modules/infusion/src/framework/core/js/ModelTransformationTransforms.js"></script>
<!-- These are required not for the tests themselves, but for the coverage client -->
<script src="/testem.js"></script>
<script src="/coverage/client/coverageSender.js"></script>
<script src="../../src/MatchMakerUtilities.js"></script>
<script src="../js/MatchMakerUtilitiesTests.js"></script>
<script src="../js/FilterPreferencesFromInferredTests.js"></script>
<script src="../../../ontologyHandler/src/ontologyHandlerUtilities.js"></script>
</head>
<body id="body">
<h1 id="qunit-header">GPII MatchMaker Utilities tests</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<script>
gpii.tests.matchMakerUtilities.runTests();
gpii.tests.matchMakerUtilities.filterPreferences.runTests()
</script>
</body>
</html>