forked from rachanon/stdbWeb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
2.0 KiB
58 lines
2.0 KiB
9 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<meta charset='utf-8' />
|
||
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||
|
<meta name="description" content="jsjws : pure JavaScript implementation of JSON Web Signature" />
|
||
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
||
|
<title>jsjws Unit Tests</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<!-- HEADER -->
|
||
|
<div id="header_wrap" class="outer">
|
||
|
<header class="inner">
|
||
|
<h1 id="project_title">jsjws Unit Tests</h1>
|
||
|
<a href="http://kjur.github.io/jsjws/">TOP</a> |
|
||
|
<a href="https://github.com/kjur/jsjws/tags/" target="_blank">DOWNLOADS</a> |
|
||
|
<a href="https://github.com/kjur/jsjws/wiki#programming-tutorial">TUTORIALS</a> |
|
||
|
<a href="http://kjur.github.io/jsjws/api/" target="_blank">API REFERENCE</a> |
|
||
|
<a href="http://kjur.github.io/jsjws/index.html#demo" target="_blank">DEMOS</a> |
|
||
|
</header>
|
||
|
</div>
|
||
|
|
||
|
<!-- MAIN CONTENT -->
|
||
|
<div id="main_content_wrap" class="outer">
|
||
|
<section id="main_content" class="inner">
|
||
|
|
||
|
<!-- now editing -->
|
||
|
<h1>Unit Tests</h1>
|
||
|
Unit tests for jsrsasign are done using <a href="http://qunitjs.com/" target="_blank">QUnit</a> framework.
|
||
|
This may be useful for examples to learn 'jsjws' library.
|
||
|
<ul>
|
||
|
<li><a href="test/qunit-do-jws-sign.html" target="_blank">KJUR.jws.JWS unit test for signing and verification</a></li>
|
||
|
<li><a href="test/qunit-do-jws-util.html" target="_blank">KJUR.jws.JWS unit test for utility method</a></li>
|
||
|
</ul>
|
||
|
|
||
|
Back to <a href="index.html">TOP</a>.
|
||
|
|
||
|
<!-- now editing -->
|
||
|
|
||
|
</section>
|
||
|
</div>
|
||
|
|
||
|
<!-- FOOTER -->
|
||
|
<div id="footer_wrap" class="outer">
|
||
|
<footer class="inner">
|
||
|
<p class="copyright">jsrsasign maintained by <a href="https://github.com/kjur">kjur</a></p>
|
||
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
||
|
<div align="center" style="color: white">
|
||
|
Copyright © 2010-2016 Kenji Urushima. All rights reserved.
|
||
|
</div>
|
||
|
</footer>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|