/usr/local/CPAN/ZOOM-IRSpy/ZOOM/IRSpy/Test/Search/Main.pm



package ZOOM::IRSpy::Test::Search::Main;

use 5.008;
use strict;
use warnings;

use ZOOM::IRSpy::Test;
our @ISA = qw(ZOOM::IRSpy::Test);

sub subtests { qw(Search::Bib1 Search::Dan1 Search::Boolean
                  Search::Explain Search::CQL) }

sub start {
    my $class = shift();
    my($conn) = @_;

    $conn->log("irspy_test", "Main::Search test no-opping");
    # Do nothing -- this test is just a subtest container
}

1;