1Test::Unit::Assertion::UEsxecrepCtoinotnr(i3b)uted PerlTDeosctu:m:eUnntiatt:i:oAnssertion::Exception(3)
2
3
4

NAME

6       Test::Unit::Assertion::Exception - A assertion for raised exceptions
7

SYNOPSIS

9           require Test::Unit::Assertion::Exception;
10
11           my $assert_raised =
12             Test::Unit::Assertion::Exception->new('MyException');
13
14           # This should succeed
15           $assert_eq->do_assertion(sub { MyException->throw() });
16
17           # This should fail
18           $assert_eq->do_assertion(sub { });
19

DESCRIPTION

21       Although the SYNOPSIS shows how you'd use
22       Test::Unit::Assertion::Exception directly, it is more sensibly used
23       indirectly via "Test::Unit::Test::assert_raises()", which instantiates
24       a "Test::Unit::Assertion::Exception".
25

AUTHOR

27       Copyright (c) 2001 Piers Cawley <pdcawley@iterative-software.com>.
28
29       All rights reserved. This program is free software; you can
30       redistribute it and/or modify it under the same terms as Perl itself.
31

SEE ALSO

33       ·   Test::Unit::TestCase
34
35       ·   Test::Unit::Assertion
36
37
38
39perl v5.30.0                      2019-09-05Test::Unit::Assertion::Exception(3)
Impressum