1Test2::Compare::Isa(3)User Contributed Perl DocumentationTest2::Compare::Isa(3)
2
3
4
6 Test2::Compare::Isa - Check if the value is an instance of the class.
7
9 This is used to check if the got value is an instance of the expected
10 class.
11
13 The source code repository for Test2-Suite can be found at
14 https://github.com/Test-More/Test2-Suite/.
15
17 Chad Granum <exodist@cpan.org>
18
20 Chad Granum <exodist@cpan.org>
21 TOYAMA Nao <nanto@moon.email.ne.jp>
22
24 Copyright 2018 Chad Granum <exodist@cpan.org>.
25
26 This program is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself.
28
29 See http://dev.perl.org/licenses/
30
31
32
33perl v5.38.0 2023-07-21 Test2::Compare::Isa(3)