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;
STF::Dispatcher::Test - Basic Tests For STF Implementations
use Test::More;
use STF::Dispatcher::Test;
test_stf_impl My::STF::Impl->new;
done_testing;