|
NAMETest::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
}
DESCRIPTIONTest::Groonga provides you temporary groonga server. METHODScreatereturn Test::TCP instance as groonga server. gqtphttp_get_test_tcp_find_groonga_binAUTHOROkamura LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|