The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

STF::Dispatcher::Test - Basic Tests For STF Implementations

SYNOPSIS

    use Test::More;
    use STF::Dispatcher::Test;

    test_stf_impl My::STF::Impl->new;

    done_testing;