File: tests/SpecRunner.html

Recommend this page to a friend!
  Classes of Elger van Boxtel   JS Rest Client   tests/SpecRunner.html   Download  
File: tests/SpecRunner.html
Role: Auxiliary script
Content type: text/plain
Description: Sample output
Class: JS Rest Client
Send HTTP REST API requests using XMLHttpRequest
Author: By
Last change: Update of tests/SpecRunner.html
Date: 2 years ago
Size: 795 bytes
 

Contents

Class file image Download
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Jasmine Spec Runner v2.0.2</title> <link rel="shortcut icon" type="image/png" href="lib/jasmine-2.0.2/jasmine_favicon.png"> <link rel="stylesheet" type="text/css" href="lib/jasmine-2.0.2/jasmine.css"> <script type="text/javascript" src="lib/jasmine-2.0.2/jasmine.js"></script> <script type="text/javascript" src="lib/jasmine-2.0.2/jasmine-html.js"></script> <script type="text/javascript" src="lib/jasmine-2.0.2/boot.js"></script> <!-- include source files here... --> <script type="text/javascript" src="../lib/Rest.js"></script> <!-- include spec files here... --> <script type="text/javascript" src="spec/RestSpec.js"></script> </head> <body> </body> </html>