Test-ExtDirect ============== This module provides a set of utility functions for testing Ext.Direct classes. For each test script, an instance of RPC::ExtDirect::Server will be created, and requests will be made with RPC::ExtDirect::Client. This way you can simulate actual Ext JS or Sencha Touch client code making calls, submitting forms, uploading files, or polling events. Such testing provides additional layer of insurance against Ext.Direct specific problems and errors that may otherwise creep into the codebase. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires these other modules and libraries: Clone Test::More RPC::ExtDirect::Server RPC::ExtDirect::Client COPYRIGHT AND LICENSE Copyright (C) 2012 by Alexander Tokarev. Special thanks to IntelliSurvey, Inc for sponsoring my work on this module. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.