1Test::Stream::Bundle::SUpseecrTeCsotnetrr(i3b)uted PerlTDeosctu:m:eSnttraetaimo:n:Bundle::SpecTester(3)
2
3
4
6 Test::Stream::Bundle::SpecTester - Spec + the Tester bundle
7
9 This distribution is deprecated in favor of Test2, Test2::Suite, and
10 Test2::Workflow.
11
12 See Test::Stream::Manual::ToTest2 for a conversion guide.
13
15 "This module is still EXPERIMENTAL". Test-Stream is now stable, but
16 this particular module is still experimental. You are still free to use
17 this module, but you have been warned that it may change in backwords
18 incompatible ways. This message will be removed from this modules POD
19 once it is considered stable.
20
22 This bundle includes the Test::Stream::Bundle::Tester bundle and the
23 Test::Stream::Plugin::Spec plugin.
24
26 use Test::Stream Core, -SpecTester;
27
28 tests stuff => sub {
29 is(
30 intercept { ok(1, "pass") },
31 array {
32 event Ok => sub {
33 call pass => T();
34 call name => 'pass';
35 };
36 end;
37 },
38 "Intercepted an event"
39 );
40 }
41
42 done_testing;
43
45 Test::Stream::Plugin::Spec
46 Provides SPEC workflow tools.
47
48 Test::Stream::Bundle::Tester
49 Imports tools useful for testing test tools.
50
52 The source code repository for Test::Stream can be found at
53 http://github.com/Test-More/Test-Stream/.
54
56 Chad Granum <exodist@cpan.org>
57
59 Chad Granum <exodist@cpan.org>
60
62 Copyright 2015 Chad Granum <exodist7@gmail.com>.
63
64 This program is free software; you can redistribute it and/or modify it
65 under the same terms as Perl itself.
66
67 See http://dev.perl.org/licenses/
68
69
70
71perl v5.36.0 2022-07-22Test::Stream::Bundle::SpecTester(3)