{
    "content": [
        {
            "type": "text",
            "text": "# Test::Unit::Tutorial (perldoc)\n\n## NAME\n\nTest::Unit::Tutorial - Tutorial on unit testing\n\n## SYNOPSIS\n\nperldoc Test::Unit::Tutorial\n\n## DESCRIPTION\n\nHere should be extensive documentation on what unit testing is, why it is useful, and how to do\nit with the Test::Unit collection of modules.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Test::Unit::Tutorial",
        "section": "",
        "mode": "perldoc",
        "summary": "Test::Unit::Tutorial - Tutorial on unit testing",
        "synopsis": "perldoc Test::Unit::Tutorial",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 8,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test::Unit::Tutorial - Tutorial on unit testing\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "perldoc Test::Unit::Tutorial\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Here should be extensive documentation on what unit testing is, why it is useful, and how to do\nit with the Test::Unit collection of modules.\n\nSorry for not implementing this yet.\n\nPlease have a look at the examples in the examples directory and read the README file that came\nwith this distribution.\n\nA short tutorial on how to use the unit testing framework is included in Test::Unit::TestCase.\n\nFurther examples can be found by looking at the self test collection, starting in\nt::tlib::AllTests.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Christian Lemburg <lemburg@acm.org>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "*   The module documentation for all modules in the Test::Unit tree.\n\n*   *Refactoring. Improving The Design Of Existing Code.* Martin Fowler. Addison-Wesley, 1999.\n\n*   The JUnit (unit testing framework for Java) documentation.\n\n*   http://www.xProgramming.com/\n",
                "subsections": []
            }
        }
    }
}