| JSTAPd documentation | Contained in the JSTAPd distribution. |
JSTAPd - testing framework to test Ajax/Javascript libraries
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.
JSTAPd::Tutorial::Intro,
JSTAPd::Tutorial::Test,
JSTAPd::Tutorial::Test,
JSTAPd::Tutorial::JA,
Kazuhiro Osawa <yappo <at> shibuya <döt> pl>
lestrrat
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__