The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Groonga - Server runner for testing Groonga full-text search engine

SYNOPSIS

    use Test::Groonga;

    {
        my $server = Test::Groonga->create(protocol=>'http');
        # testing
    }

    {
        my $server = Test::Groonga->create(protocol=>'gqtp');
        # testing
    }

    {
        my $server = Test::Groonga->create(protocol=>'http', preload => 'foo.grn');
        # testing
    }

DESCRIPTION

Test::Groonga provides you temporary groonga server.

METHODS

create

return Test::TCP instance as groonga server.

gqtp

http

_get_test_tcp

_find_groonga_bin

AUTHOR

Okamura

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.