table of contents
other versions
- testing 5.40.0-8
- unstable 5.40.0-8
- experimental 5.40.1-1
other sections
Test2::Compare::EventMeta(3perl) | Perl Programmers Reference Guide | Test2::Compare::EventMeta(3perl) |
NAME¶
Test2::Compare::EventMeta - Meta class for events in deep comparisons
DESCRIPTION¶
This is used in deep comparisons of event objects. You should probably never use this directly.
DEFINED CHECKS¶
- file
- File that generated the event.
- line
- Line where the event was generated.
- package
- Package that generated the event.
- subname
- Name of the tool that generated the event.
- debug
- The debug information that will be printed in event of a failure.
- tid
- Thread ID of the thread that generated the event.
- pid
- Process ID of the process that generated the event.
SOURCE¶
The source code repository for Test2-Suite can be found at https://github.com/Test-More/Test2-Suite/.
MAINTAINERS¶
AUTHORS¶
COPYRIGHT¶
Copyright 2018 Chad Granum <exodist@cpan.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2024-11-23 | perl v5.40.0 |