NAME

Test::Groonga - Server Runner For Testing Groonga full-text search engine

SYNOPSIS

use Test::Groonga;

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

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

DESCRIPTION

Test::Groonga provides you temporary groonga server.

METHODS

gqtp

return Test::TCP instance as groonga server.

http

return Test::TCP instance as groonga server.

AUTHOR

Okamura.

LICENSE

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