Henrique Mendonça | 15d9042 | 2015-06-25 22:31:41 +1000 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 21 | <head> |
| 22 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 23 | <title>Thrift Javascript Bindings: Unit Test</title> |
| 24 | |
Mustafa Senol Cosar | f86845e | 2018-12-05 17:50:18 +0300 | [diff] [blame] | 25 | <script src="build/js/lib/JSONInt64.js" type="text/javascript" charset="utf-8"></script> |
Henrique Mendonça | 15d9042 | 2015-06-25 22:31:41 +1000 | [diff] [blame] | 26 | <script src="build/js/thrift.js" type="text/javascript" charset="utf-8"></script> |
| 27 | <script src="gen-js/JsDeepConstructorTest_types.js" type="text/javascript" charset="utf-8"></script> |
| 28 | <!-- jQuery --> |
Philip Frank | 5066eb4 | 2018-03-07 20:49:25 +0100 | [diff] [blame] | 29 | <script type="text/javascript" src="build/js/lib/jquery.js" charset="utf-8"></script> |
Henrique Mendonça | 15d9042 | 2015-06-25 22:31:41 +1000 | [diff] [blame] | 30 | |
| 31 | <!-- QUnit Test framework--> |
Philip Frank | 5066eb4 | 2018-03-07 20:49:25 +0100 | [diff] [blame] | 32 | <script type="text/javascript" src="build/js/lib/qunit.js" charset="utf-8"></script> |
| 33 | <link rel="stylesheet" href="build/js/lib/qunit.css" type="text/css" media="screen" /> |
Henrique Mendonça | 15d9042 | 2015-06-25 22:31:41 +1000 | [diff] [blame] | 34 | |
| 35 | <!-- the Test Suite--> |
| 36 | <script type="text/javascript" src="deep-constructor.test.js" charset="utf-8"></script> |
| 37 | </head> |
| 38 | <body> |
Robert Lu | a139082 | 2018-12-27 23:57:35 +0800 | [diff] [blame] | 39 | <h1 id="qunit-header">Thrift Javascript Bindings: Deep Constructor Test (<a href="https://github.com/apache/thrift/blob/master/test/JsDeepConstructorTest.thrift">JsDeepConstructorTest.thrift</a>)</h1> |
Henrique Mendonça | 15d9042 | 2015-06-25 22:31:41 +1000 | [diff] [blame] | 40 | <h2 id="qunit-banner"></h2> |
| 41 | <div id="qunit-testrunner-toolbar"></div> |
| 42 | <h2 id="qunit-userAgent"></h2> |
| 43 | <ol id="qunit-tests"><li><!-- get valid xhtml strict--></li></ol> |
| 44 | <p> |
| 45 | <a href="http://validator.w3.org/check/referer"><img |
| 46 | src="http://www.w3.org/Icons/valid-xhtml10" |
| 47 | alt="Valid XHTML 1.0!" height="31" width="88" /></a> |
| 48 | </p> |
| 49 | </body> |
| 50 | </html> |