{
    "content": [
        {
            "type": "text",
            "text": "# Test2::EventFacet::Assert (perldoc)\n\n**Summary:** Test2::EventFacet::Assert - Facet representing an assertion.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **DESCRIPTION** (2 lines)\n- **FIELDS** (21 lines)\n- **SOURCE** (2 lines)\n- **MAINTAINERS** (2 lines)\n- **AUTHORS** (2 lines)\n- **COPYRIGHT** (7 lines)\n\n## Full Content\n\n### NAME\n\nTest2::EventFacet::Assert - Facet representing an assertion.\n\n### DESCRIPTION\n\nThe assertion facet is provided by any event representing an assertion that was made.\n\n### FIELDS\n\n$string = $assert->{details}\n$string = $assert->details()\nHuman readable description of the assertion.\n\n$bool = $assert->{pass}\n$bool = $assert->pass()\nTrue if the assertion passed.\n\n$bool = $assert->{nodebug}\n$bool = $assert->nodebug()\nSet this to true if you have provided custom diagnostics and do not want the defaults to be\ndisplayed.\n\n$int = $assert->{number}\n$int = $assert->number()\n(Optional) assertion number. This may be omitted or ignored. This is usually only useful\nwhen parsing/processing TAP.\n\nNote: This is not set by the Test2 system, assertion number is not known until AFTER the\nassertion has been processed. This attribute is part of the spec only for harnesses.\n\n### SOURCE\n\nThe source code repository for Test2 can be found at http://github.com/Test-More/test-more/.\n\n### MAINTAINERS\n\nChad Granum <exodist@cpan.org>\n\n### AUTHORS\n\nChad Granum <exodist@cpan.org>\n\n### COPYRIGHT\n\nCopyright 2020 Chad Granum <exodist@cpan.org>.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nSee http://dev.perl.org/licenses/\n\n"
        }
    ],
    "structuredContent": {
        "command": "Test2::EventFacet::Assert",
        "section": "",
        "mode": "perldoc",
        "summary": "Test2::EventFacet::Assert - Facet representing an assertion.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "FIELDS",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "SOURCE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "MAINTAINERS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test2::EventFacet::Assert - Facet representing an assertion.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "The assertion facet is provided by any event representing an assertion that was made.\n",
                "subsections": []
            },
            "FIELDS": {
                "content": "$string = $assert->{details}\n$string = $assert->details()\nHuman readable description of the assertion.\n\n$bool = $assert->{pass}\n$bool = $assert->pass()\nTrue if the assertion passed.\n\n$bool = $assert->{nodebug}\n$bool = $assert->nodebug()\nSet this to true if you have provided custom diagnostics and do not want the defaults to be\ndisplayed.\n\n$int = $assert->{number}\n$int = $assert->number()\n(Optional) assertion number. This may be omitted or ignored. This is usually only useful\nwhen parsing/processing TAP.\n\nNote: This is not set by the Test2 system, assertion number is not known until AFTER the\nassertion has been processed. This attribute is part of the spec only for harnesses.\n",
                "subsections": []
            },
            "SOURCE": {
                "content": "The source code repository for Test2 can be found at http://github.com/Test-More/test-more/.\n",
                "subsections": []
            },
            "MAINTAINERS": {
                "content": "Chad Granum <exodist@cpan.org>\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Chad Granum <exodist@cpan.org>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright 2020 Chad Granum <exodist@cpan.org>.\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nSee http://dev.perl.org/licenses/\n",
                "subsections": []
            }
        }
    }
}