NAME

Data::AnyXfer::Elastic::Test - Common elasticsearch tests

DESCRIPTION

This module is intended to provide common basic tests for projects which
utilise L<Data::AnyXfer::Elastic>.

SYNOSPSIS

Possibly in xt/elasticsearch.t:

use Data::AnyXfer::Test::Kit;
use Data::AnyXfer::Elastic::Test ();

Data::AnyXfer::Elastic::Test->setup_ok('lib');
done_testing();

METHODS

setup_ok

Data::AnyXfer::Elastic::Test->setup_ok('lib');

Currently just tests that indexs contain valid connection values.

COPYRIGHT

This software is copyright (c) 2019, Anthony Lucas.

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