Test2-Eventfacet-Info-Table

Test2::EventFacet::Info::Table(3p) Perl Programmers Reference Guide

Test2-Eventfacet-Info-Table

Test2::EventFacet::Info::Table(3p) Perl Programmers Reference Guide # Test2::EventFacet::Info::Table(3p) Perl Programmers Reference Guide NNAAMMEE # Test2::EventFacet::Info::Table - Intermediary representation of a table. DDEESSCCRRIIPPTTIIOONN # Intermediary representation of a table for use in specialized Test::API::Context methods which generate Test2::EventFacet::Info facets. SSYYNNOOPPSSIISS # use Test2::EventFacet::Info::Table; use Test2::API qw/context/; sub my_tool { my $ctx = context(); ... $ctx->fail( $name, "failure diag message", Test2::EventFacet::Info::Table->new( # Required rows => [['a', 'b'], ['c', 'd'], ...], # Strongly Recommended as_string => ". ...