The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

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:

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.