GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::Auto::Types(3) User Contributed Perl Documentation Test::Auto::Types(3)

Test::Auto::Types

Test-Auto Type Constraints

  package main;

  use Test::Auto::Types;

  1;

This package provides type constraints for Test::Auto.

This package inherits behaviors from:

Types::Standard

This package declares the following type constraints:

  Parser

This type is defined in the Test::Auto::Types library.

parser parent
  Object
    
parser composition
  InstanceOf['Test::Auto::Parser']
    
parser example #1
  require Test::Auto;
  require Test::Auto::Parser;

  my $test = Test::Auto->new('t/Test_Auto.t');
  my $parser = Test::Auto::Parser->new(source => $test);
    

  Source

This type is defined in the Test::Auto::Types library.

source parent
  Object
    
source composition
  InstanceOf['Test::Auto']
    
source example #1
  require Test::Auto;

  my $test = Test::Auto->new('t/Test_Auto.t');
    

  Strings

This type is defined in the Test::Auto::Types library.

strings composition
  ArrayRef[Str]
    
strings example #1
  ['abc', 123]
    

  Subtests

This type is defined in the Test::Auto::Types library.

subtests parent
  Object
    
subtests composition
  InstanceOf['Test::Auto::Subtests']
    
subtests example #1
  require Test::Auto;
  require Test::Auto::Parser;
  require Test::Auto::Subtests;

  my $test = Test::Auto->new('t/Test_Auto.t');
  my $parser = Test::Auto::Parser->new(source => $test);
  my $subs = Test::Auto::Subtests->new(parser => $parser);
    

Al Newkirk, "awncorp@cpan.org"

Copyright (C) 2011-2019, Al Newkirk, et al.

This is free software; you can redistribute it and/or modify it under the terms of the The Apache License, Version 2.0, as elucidated in the "license file" <https://github.com/iamalnewkirk/test-auto/blob/master/LICENSE>.

Wiki <https://github.com/iamalnewkirk/test-auto/wiki>

Project <https://github.com/iamalnewkirk/test-auto>

Initiatives <https://github.com/iamalnewkirk/test-auto/projects>

Milestones <https://github.com/iamalnewkirk/test-auto/milestones>

Issues <https://github.com/iamalnewkirk/test-auto/issues>

2020-05-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.