debian man page for cache::basecachetester

Query: cache::basecachetester

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Cache::BaseCacheTester(3pm)				User Contributed Perl Documentation			       Cache::BaseCacheTester(3pm)

NAME
Cache::BaseCacheTester -- abstract cache tester base class
DESCRIPTION
BaseCacheTester provides functionality common to all instances of a class that will test cache implementations.
SYNOPSIS
BaseCacheTester provides functionality common to all instances of a class that will test cache implementations. package Cache::MyCacheTester; use vars qw( @ISA ); use Cache::BaseCacheTester; @ISA = qw( Cache::BaseCacheTester );
METHODS
new( $base_test_count ) Construct a new BaseCacheTester and initialize the test count to $base_test_count. ok( ) Print a message to stdout in the form "ok $test_count" and incremements the test count. not_ok( $message ) Print a message to stdout in the form "not ok $test_count # $message " and incremements the test count. skip( $message ) Print a message to stdout in the form "ok $test_count # skipped $message " and incremements the test count.
SEE ALSO
Cache::CacheTester, Cache::SizeAwareCacheTester
AUTHOR
Original author: DeWitt Clinton <dewitt@unto.net> Last author: $Author: dclinton $ Copyright (C) 2001-2003 DeWitt Clinton perl v5.12.4 2009-03-01 Cache::BaseCacheTester(3pm)
Related Man Pages
cache::basecachetester(3pm) - debian
cache::memory(3pm) - debian
cache::null(3pm) - debian
cache::object(3pm) - debian
cache::sizeawarefilecache(3pm) - debian
Similar Topics in the Unix Linux Community
Cache 901 0.6 (Default branch)
Cache 901 0.6.1 (Default branch)
How to Print from matching word to end using awk
Ksh Searching for a string within a file and keeping a count= get the following Sample01=: command
unary operator expected, if condition test error.