1Test::Run::Assert(3) User Contributed Perl Documentation Test::Run::Assert(3)
2
3
4
6 Test::Run::Assert - A Simple Assert Function.
7
9 This module is only for internal use.
10
11 use Test::Run::Assert;
12
13 assert ( EXPR , $name );
14
16 assert($condition, $name)
17 If condition is false - croak with the description $name.
18
20 Originally written by:
21
22 Michael G Schwern "<schwern@pobox.com>"
23
24 Rewritten as MIT-X11 Licensed code by:
25
26 Shlomi Fish <http://www.shlomifish.org/>
27
29 Copyright by Shlomi Fish, 2008.
30
32 This file is licensed under the MIT X11 License:
33
34 <http://www.opensource.org/licenses/mit-license.php>
35
36
37
38perl v5.34.0 2021-07-23 Test::Run::Assert(3)