Cache::BaseCacheTester - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME DESCRIPTION SYNOPSIS METHODS SEE ALSO AUTHOR
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
        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.

SEE ALSO
    Cache::CacheTester, Cache::SizeAwareCacheTester

AUTHOR
    Original author: DeWitt Clinton <dewitt AT unto.net>

    Last author: $Author: dclinton $

    Copyright (C) 2001-2003 DeWitt Clinton


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 05:57 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top