Searched refs:Test2 (Results 1 - 25 of 92) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DFacet.pm1 package Test2::API::InterceptResult::Facet;
8 require Test2::EventFacet;
9 our @ISA = ('Test2::EventFacet');
H A DHub.pm1 package Test2::API::InterceptResult::Hub;
7 BEGIN { require Test2::Hub; our @ISA = qw(Test2::Hub) }
8 use Test2::Util::HashBase;
34 Test2::API::InterceptResult::Hub - Hub used by InterceptResult.
38 The source code repository for Test2 can be found at
/openbsd-current/gnu/usr.bin/perl/t/class/
H A Dphasers.t31 class Test2 {
35 my $obj = Test2->new;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2960.C16 class Test2 { class
21 class Test3 : public Test2, public Test1 { // works fine if Test1 first
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DDiag.pm1 package Test2::Event::Diag;
8 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
9 use Test2::Util::HashBase qw/message/;
45 Test2::Event::Diag - Diag event type
53 use Test2::API qw/context/;
54 use Test2::Event::Diag;
71 The source code repository for Test2 can be found at
H A DNote.pm1 package Test2::Event::Note;
8 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
9 use Test2::Util::HashBase qw/message/;
43 Test2::Event::Note - Note event type
51 use Test2::API qw/context/;
52 use Test2::Event::Note;
69 The source code repository for Test2 can be found at
H A DFail.pm1 package Test2::Event::Fail;
7 use Test2::EventFacet::Info;
10 require Test2::Event;
11 our @ISA = qw(Test2::Event);
12 *META_KEY = \&Test2::Util::ExternalMeta::META_KEY;
15 use Test2::Util::HashBase qw{ -name -info };
42 $in = Test2::EventFacet::Info->new($in);
71 Test2::Event::Fail - Event for a simple failed assertion
79 use Test2::API qw/context/;
90 The source code repository for Test2 ca
[all...]
H A DPass.pm1 package Test2::Event::Pass;
7 use Test2::EventFacet::Info;
10 require Test2::Event;
11 our @ISA = qw(Test2::Event);
12 *META_KEY = \&Test2::Util::ExternalMeta::META_KEY;
15 use Test2::Util::HashBase qw{ -name -info };
37 $in = Test2::EventFacet::Info->new($in);
67 Test2::Event::Pass - Event for a simple passing assertion
75 use Test2::API qw/context/;
86 The source code repository for Test2 ca
[all...]
H A DException.pm1 package Test2::Event::Exception;
8 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
9 use Test2::Util::HashBase qw{error};
52 Test2::Event::Exception - Exception event
61 use Test2::API qw/context/;
62 use Test2::Event::Exception;
69 Inherits from L<Test2::Event>. Also defines:
85 The source code repository for Test2 can be found at
H A DEncoding.pm1 package Test2::Event::Encoding;
9 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
10 use Test2::Util::HashBase qw/encoding/;
38 Test2::Event::Encoding - Set the encoding for the output stream
49 use Test2::API qw/context/;
50 use Test2::Event::Encoding;
57 Inherits from L<Test2::Event>. Also defines:
69 The source code repository for Test2 can be found at
H A DBail.pm1 package Test2::Event::Bail;
8 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
9 use Test2::Util::HashBase qw{reason buffered};
52 Test2::Event::Bail - Bailout!
61 use Test2::API qw/context/;
62 use Test2::Event::Bail;
69 Inherits from L<Test2::Event>. Also defines:
81 The source code repository for Test2 can be found at
H A DSkip.pm1 package Test2::Event::Skip;
8 BEGIN { require Test2::Event::Ok; our @ISA = qw(Test2::Event::Ok) }
9 use Test2::Util::HashBase qw{reason};
62 Test2::Event::Skip - Skip event type
66 Skip events bump test counts just like L<Test2::Event::Ok> events, but
71 use Test2::API qw/context/;
72 use Test2::Event::Skip;
99 The source code repository for Test2 can be found at
H A DWaiting.pm1 package Test2::Event::Waiting;
8 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
9 use Test2::Util::HashBase;
39 Test2::Event::Waiting - Tell all procs/threads it is time to be done
48 The source code repository for Test2 can be found at
H A DV2.pm1 package Test2::Event::V2;
10 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
12 use Test2::Util::Facets2Legacy qw{
17 use Test2::Util::HashBase qw/-about/;
22 Test2::Util::ExternalMeta::META_KEY(),
43 $self->{+TRACE} = Test2::EventFacet::Trace->new(%$trace);
86 Test2::Event::V2 - Second generation event.
90 This is the event type that should be used instead of L<Test2::Event> or its
97 use Test2
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DTrace.pm1 package Test2::Util::Trace;
2 require Test2::EventFacet::Trace;
7 our @ISA = ('Test2::EventFacet::Trace');
21 Test2::Util::Trace - Legacy wrapper fro L<Test2::EventFacet::Trace>.
26 L<Test2::EventFacet::Trace>.
30 The source code repository for Test2 can be found at
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DIPC.pm1 package Test2::IPC;
8 use Test2::API::Instance;
9 use Test2::Util qw/get_tid/;
10 use Test2::API qw{
37 sub unimport { Test2::API::test2_ipc_disable() }
42 confess "IPC is disabled" if Test2::API::test2_ipc_disabled();
46 Test2::API::_set_ipc(_make_ipc());
54 my ($driver) = Test2::API::test2_ipc_drivers();
56 require Test2::IPC::Driver::Files;
57 $driver = 'Test2
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/TAP/
H A DVersion.pm1 package Test2::Event::TAP::Version;
9 BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) }
10 use Test2::Util::HashBase qw/version/;
45 Test2::Event::TAP::Version - Event for TAP version.
53 use Test2::API qw/context/;
54 use Test2::Event::Encoding;
61 Inherits from L<Test2::Event>. Also defines:
73 The source code repository for Test2 can be found at
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/
H A DTest2.pm1 package Test2; package
18 Test2 - Framework for writing test tools that all work together.
22 Test2 is a new testing framework produced by forking L<Test::Builder>,
31 From the beginning Test2 was built with introspection capabilities. With
33 verification. Test2 Makes it easy with C<Test2::API::intercept()>.
37 Test2 uses an L<Test2::API::Context> object to track filename, line number, and
43 Test2 based tools produce events which get passed through a processing system
50 Test2 too
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dfork.t5 use Test2::Util qw/CAN_FORK/;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
H A Dthreads.t6 use Test2::Util qw/CAN_THREAD/;
H A Dcallback.t10 use Test2::API;
16 Test2::API::test2_add_callback_pre_subtest(
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/behavior/
H A DTaint.t4 use Test2::API qw/context/;
/openbsd-current/gnu/usr.bin/perl/cpan/parent/t/
H A Dparent-classfromfile.t21 eval sprintf q{package Test2; require '%s/lib/Dummy2.plugin'; use parent -norequire, 'Dummy2::InlineChild' }, $base;
24 my $o = bless {}, 'Test2';
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/Info/
H A DTable.pm1 package Test2::EventFacet::Info::Table;
9 use Test2::Util::HashBase qw{-header -rows -collapse -no_collapse -as_string};
40 Test2::EventFacet::Info::Table - Intermediary representation of a table.
45 L<Test::API::Context> methods which generate L<Test2::EventFacet::Info> facets.
49 use Test2::EventFacet::Info::Table;
50 use Test2::API qw/context/;
60 Test2::EventFacet::Info::Table->new(
94 L<Test2::EventFacet::Info>.
103 This returns the data structure used for tables by L<Test2::EventFacet::Info>.
108 L<Test2
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/Interceptor/
H A DTerminator.pm1 package Test2::Hub::Interceptor::Terminator;
18 Test2::Hub::Interceptor::Terminator - Exception class used by
19 Test2::Hub::Interceptor
23 The source code repository for Test2 can be found at

Completed in 208 milliseconds

1234