summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/Test-Stream-Toolset.t
blob: 432af909842b202d10000f1c468f381fa0015c69 (plain)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use Test::Stream;
use Test::More;

use ok 'Test::Stream::Toolset';

can_ok(__PACKAGE__, qw/is_tester init_tester context/);

done_testing;