MooseX::Test::Signature::Combined - Testsuite for combined signatures


MooseX-Method documentation  | view source Contained in the MooseX-Method distribution.

Index


NAME

Top

MooseX::Test::Signature::Combined - Testsuite for combined signatures

WARNING

Top

This API is unstable, it may change at any time. This should not affect ordinary MooseX::Method usage.

SYNOPSIS

Top

  use MooseX::Test::Signature::Combined;
  use Test::More;

  my $tester = MooseX::Test::Signature::Combined->new;

  plan tests => $tester->planned;

  $tester->test ('MooseX::Meta::Signature::Combined');

DESCRIPTION

Top

A testsuite for combined signatures. If you intend to implement your own optimized version of the signature, please use this suite to verify that it's compatible.

METHODS

Top

planned

The number of planned tests.

test

Tests the specified class for conformity.

BUGS

Top

Most software has bugs. This module probably isn't an exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Top

Anders Nor Berle <debolaz@gmail.com>

COPYRIGHT AND LICENSE

Top


MooseX-Method documentation  | view source Contained in the MooseX-Method distribution.