Test::Groonga - Server runner for testing Groonga full-text search engine
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
}
Test::Groonga provides you temporary groonga server.
return Test::TCP instance as groonga server.
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.