JSTAPd - testing framework to test Ajax/Javascript libraries


JSTAPd documentation Contained in the JSTAPd distribution.

Index


Code Index:

NAME

Top

JSTAPd - testing framework to test Ajax/Javascript libraries

DESCRIPTION

Top

JSTAPd is a testing framework to test Ajax/Javascript libraries. Test results are generated as TAP test results, so you can use tools like prove to integrate it in your daily testing routines.

DOCUMENTATIONS

Top

Introduction

JSTAPd::Tutorial::Intro,

how to write tests

JSTAPd::Tutorial::Test,

JavaScript API Reference

JSTAPd::Tutorial::Test,

For Japanese

JSTAPd::Tutorial::JA,

AUTHOR

Top

Kazuhiro Osawa <yappo <at> shibuya <döt> pl>

lestrrat

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


JSTAPd documentation Contained in the JSTAPd distribution.

package JSTAPd;
use strict;
use warnings;
our $VERSION = '0.02';

1;
__END__