GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Cache::BaseCacheTester(3) User Contributed Perl Documentation Cache::BaseCacheTester(3)

Cache::BaseCacheTester -- abstract cache tester base class

BaseCacheTester provides functionality common to all instances of a class that will test cache implementations.

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 );

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 increments the test count.
not_ok( $message )
Print a message to stdout in the form "not ok $test_count # $message " and increments the test count.
skip( $message )
Print a message to stdout in the form "ok $test_count # skipped $message " and increments the test count.

Cache::CacheTester, Cache::SizeAwareCacheTester

Original author: DeWitt Clinton <dewitt@unto.net>

Last author: $Author: dclinton $

Copyright (C) 2001-2003 DeWitt Clinton

2015-01-22 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.