NAME

Test::Groonga - Groonga Runner For Tests

SYNOPSIS

 use Test::Groonga;

 my $groonga = Test::Groonga->new();
 
 $groonga->start;
 $groonga->stop;

DESCRIPTION

Test::Groonga provides you temporary groonga server daemon.

I also shamelessly stole from Test::Memcached. So this interface similar to it.

METHODS

new

start

is_running

stop

can_groonga_cmd

which_groonga_cmd

get_empty_port

DESTROY

AUTHOR

Okamura.

LICENSE

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