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

1234

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DFacets2Legacy.pm1 package Test2::Util::Facets2Legacy;
29 if (blessed($in) && $in->isa('Test2::Event')) {
119 if (blessed($in) && $in->isa('Test2::Event')) {
143 Test2::Util::Facets2Legacy - Convert facet data to the legacy event API.
148 L<Test2::Event>). These subroutines can be used as methods on any object that
158 use Test2::Util::Facets2Legacy ':ALL';
172 use Test2::Util::Facets2Legacy ':ALL';
187 default C<facet_data()> method in L<Test2::Event> relies on the legacy methods
271 The source code repository for Test2 can be found at
H A DExternalMeta.pm1 package Test2::Util::ExternalMeta;
84 Test2::Util::ExternalMeta - Allow third party tools to safely attach meta-data
100 use Test2::Util::ExternalMeta qw/meta get_meta set_meta delete_meta/;
154 The source code repository for Test2 can be found at
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/subtest/
H A Dbail_out.t71 Test2::API::test2_stack()->top->set_no_ending(1);
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dfreezer.t34 my $bar = Test2->new("bar");
110 package Test2; package
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DEvent.pm1 package Test2::API::InterceptResult::Event;
8 use Test2::Util qw/pkg_to_file/;
14 use Test2::API::InterceptResult::Facet;
15 use Test2::API::InterceptResult::Hub;
17 use Test2::Util::HashBase qw{
32 search_path => ['Test2::EventFacet'],
49 $FACETS{__GENERIC__} = {class => 'Test2::API::InterceptResult::Facet', loaded => 1};
63 my $file = "Test2/EventFacet/$name.pm";
64 my $class = "Test2::EventFacet::$name";
88 my $rc = $self->{+RESULT_CLASS} ||= 'Test2
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DModule.pm78 Test2::API::test2_load() unless Test2::API::test2_in_preload();
177 L<< Test2::Manual::Tooling::TestBuilder >> describes the improved
178 options for writing testing modules provided by L<< Test2 >>.
H A DTester.pm120 my $hub = $t->{Hub} || ($t->{Stack} ? $t->{Stack}->top : Test2::API::test2_stack->top);
337 my $hub = $t->{Hub} || Test2::API::test2_stack->top;
444 discouraged in favor of C<Test2::API::intercept()>. See
516 my $nesting = $hub->isa('Test2::Hub::Subtest') ? $hub->nested : 0;
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DUtil.pm1 package Test2::Util;
287 Test2::Util - Tools used by Test2 and friends.
291 Collection of tools used by L<Test2> and friends.
407 segfault whenever a new thread is launched. Test2 will attempt to detect
419 The source code repository for Test2 can be found at
H A DHub.pm1 package Test2::Hub;
9 use Test2::Util qw/get_tid gen_uid/;
14 use Test2::Util::ExternalMeta qw/meta get_meta set_meta delete_meta/;
15 use Test2::Util::HashBase qw{
48 $UUID_VIA ||= Test2::API::_add_uuid_via_ref();
332 if ($type eq 'Test2::Event::Pass' || ($type eq 'Test2::Event::Ok' && $e->{pass})) {
437 Test2::Event::Plan->new(
545 Test2::Hub - The conduit through which all events flow.
549 use Test2
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm17 use Test2::Util qw/USE_THREADS try get_tid/;
18 use Test2::API qw/context release/;
21 warn "Test::Builder was loaded after Test2 initialization, this is not recommended."
22 if Test2::API::test2_init_done() || Test2::API::test2_load_done();
24 if (USE_THREADS && ! Test2::API::test2_ipc_disabled()) {
25 require Test2::IPC;
26 require Test2::IPC::Driver::Files;
27 Test2::IPC::Driver::Files->import;
28 Test2
[all...]
H A DMore.pm98 L<Test2::Suite> first.
1111 this you should see L<Test2::Suite> Specifically L<Test2::Tools::Compare> has
1954 L<Test2::Suite> is the most recent and modern set of tools for testing.
/openbsd-current/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dcompression.cpp213 uintptr_t Test2[] = {UINTPTR_MAX - 10, UINTPTR_MAX}; local
214 runPackUnpack(Test2, sizeof(Test2) / sizeof(uintptr_t));
/openbsd-current/gnu/usr.bin/perl/t/class/
H A Dfield.t35 class Test2 {
44 my $obj = Test2->new;
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.SH1424 -rmdir lib/Thread lib/Text lib/Test2/Util lib/Test2/Tools
1425 -rmdir lib/Test2/IPC/Driver lib/Test2/IPC lib/Test2/Hub/Interceptor
1426 -rmdir lib/Test2/Hub lib/Test2/Formatter lib/Test2/EventFacet/Info
1427 -rmdir lib/Test2/EventFacet lib/Test2/Even
[all...]
/openbsd-current/gnu/usr.bin/perl/win32/
H A DMakefile1270 -if exist $(LIBDIR)\Test2 rmdir /s /q $(LIBDIR)\Test2
H A DGNUmakefile1745 -if exist $(LIBDIR)\Test2 rmdir /s /q $(LIBDIR)\Test2
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dwrite.t2243 2 Test2

Completed in 120 milliseconds

1234