Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.155.544 Times

App::SimpleScan::Plugin::Snapshot 1.03

  Date Added: June 06, 2010  |  Visits: 1.032

App::SimpleScan::Plugin::Snapshot

Report Broken Link
Printer Friendly Version


Product Homepage
Download (89 downloads)



App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and -snap_errors options. INTERFACE pragmas Installs the pragmas into App::SimpleScan. options Installs the command line options into App::SimpleScan. snapshots_to Accessor allowing pragmas and command line options to share the variable containing the current value for this combined option. snapshot Accessor allowing pragmas and command line options to share the variable containing the current value for this combined option. snap_prefix Accessor allowing pragmas and command line options to share the variable containing the current value for this combined option. snap_layout Accessor allowing pragmas and command line options to share the variable containing the current value for this combined option. snapshot_dir_pragma Actually implements the %%snapshot_dir pragma, stacking the necessary code. snapshot_pragma Sets the current snapshotting: on (snapshot everything), or error (only snapshot on errors). snap_layout_pragma Sets the current snapshot format: vertical (framed page, divided vertically), horizontal (framed page, divided horizontally), or popup (page containing the debug info as an IFRAME, with a link to pop up the original page in a new window - good for XML, since IE and Firefox dont render XML properly in a subframe). snap_prefix_pragma Set the current snapshot "prefix" - substituted for the directory that the snapshots are stored in when the snapshot frame file name is printed. This makes it possible to do things like transform a filename into a URL so that you can link to snapshots from a report. validate_options Standard App::SimpleScan callback: validates the command-line arguments, calling the appropriate pragma methods as necessary. filters Standard App::SimpleScan callback: returns the list of filters for code that will be stacked by stack_test(). filter Implements the snapshotting. Add code after every test that either snapshots every transaction (snapshot on) or only after an error occurs (snapshot error)..

Requirements: No special requirements
Platforms: Linux
Keyword: Appsimplescanpluginsnapshot Command Line Command Line Options Containing Current Libraries Line Options Perl Module Pragma Programming Simplescan Snapshot
Users rating: 0/10

License: Freeware Size: 8.19 KB
USER REVIEWS
More Reviews or Write Review


APP::SIMPLESCAN::PLUGIN::SNAPSHOT RELATED
Libraries  -  Template::Plugin::ByDate 0.03
Template::Plugin::ByDate is a Perl module that keeps/removes included text based on whether the current date is within range. SYNOPSIS [% USE ByDate %] [% FILTER ByDate starting = 2006-05-02 until = 2006-08-22 %] This text only shows up...
4.1 KB  
Libraries  -  App::Options 1.02
App::Options is Perl module to combine command line options, environment vars, and option file values (for program configuration). SYNOPSIS #!/usr/local/bin/perl use App::Options; # reads option values into %App::options by default # do...
33.79 KB  
Libraries  -  Getopt::Euclid 0.1.0
Getopt::Euclid is Perl module executable uniform command-Line interface descriptions. SYNOPSIS use Getopt::Euclid; if ($ARGV{-i}) { print "Interactive mode...n"; } for my $x (0..$ARGV{-size}{h}-1) { for my $y (0..$ARGV{-size}{w}-1) {...
24.58 KB  
Libraries  -  Getopt::EvaP 2.3.5
Getopt::EvaP is a Perl module to evaluate Perl command line parameters. SYNOPSIS use vars qw/@PDT @MM %OPT/; use Getopt::EvaP; EvaP @PDT, @MM, %OPT; EXPORT use Getopt::EvaP exports the subs EvaP and EvaP_PAC into your name space. @PDT...
52.22 KB  
Libraries  -  Getopt::Clade 0.0.1
Getopt::Clade is a Perl module with command-Line Argument Declaration Engine. This module is a placeholder for the real Getopt::Clade module. The module was supposed to be released by July 2005, to support the book "Perl Best Practices"....
3.07 KB  
Libraries  -  Getopt::Declare 1.11
Getopt::Declare is a Perl module with Declaratively Expressed Command-Line Arguments via Regular Expressions. SYNOPSIS use Getopt::Declare; $args = Getopt::Declare->new($specification_string, $optional_source); # or: use Getopt::Declare...
35.84 KB  
Libraries  -  Net::Appliance::Phrasebook 0.08
Net::Appliance::Phrasebook is a Perl module for network appliance command-line phrasebook. SYNOPSIS use Net::Appliance::Phrasebook; my $pb = Net::Appliance::Phrasebook->new( platform => IOS, source => /a/file/somewhere.yml, # optional );...
7.17 KB  
Libraries  -  Filesys::DiskFree 0.06
Filesys::DiskFree is a Perl module to perform the Unix command df in a portable fashion. SYNOPSIS use Filesys::DiskFree; $handle = new Filesys::DiskFree; $handle->df(); print "The root device is ".$handle->device("/")."n"; print "It has...
5.12 KB  
Libraries  -  SVK::Command::Help 1.08
SVK::Command::Help is a Perl module to show help. OPTIONS Optionally svk helps can pipe through a pager, for it is easier to read if the output is too long. For using this feature, please set environment variable SVKPAGER to some pager...
266.24 KB  
Libraries  -  Devel::Command::NewF 0.02
Devel::Command::NewF is a Perl module with the extended f command for the debugger. SYNOPSIS # In .perldb (or perldb.ini on Windows) use Devel::Command; # Devel::Command::NewF loaded automatically perl -de0 Patching with...
5.12 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB