{
    "content": [
        {
            "type": "text",
            "text": "# Test::Unit::TestRunner (perldoc)\n\n## NAME\n\nTest::Unit::TestRunner - unit testing framework helper class\n\n## SYNOPSIS\n\nuse Test::Unit::TestRunner;\nmy $testrunner = Test::Unit::TestRunner->new();\n$testrunner->start($mytestclass);\n\n## DESCRIPTION\n\nThis class is the test runner for the command line style use of the testing framework.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (1 subsections)\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Test::Unit::TestRunner",
        "section": "",
        "mode": "perldoc",
        "summary": "Test::Unit::TestRunner - unit testing framework helper class",
        "synopsis": "use Test::Unit::TestRunner;\nmy $testrunner = Test::Unit::TestRunner->new();\n$testrunner->start($mytestclass);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "",
                "long": null,
                "arg": null,
                "description": "wait for user confirmation between tests -v version info"
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-wait",
                        "lines": 4
                    }
                ]
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 12,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test::Unit::TestRunner - unit testing framework helper class\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Test::Unit::TestRunner;\n\nmy $testrunner = Test::Unit::TestRunner->new();\n$testrunner->start($mytestclass);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class is the test runner for the command line style use of the testing framework.\n\nIt is used by simple command line tools like the TestRunner.pl script provided.\n\nThe class needs one argument, which is the name of the class encapsulating the tests to be run.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-wait",
                        "content": "wait for user confirmation between tests\n\n-v  version info\n"
                    }
                ]
            },
            "AUTHOR": {
                "content": "Copyright (c) 2000-2002, 2005 the PerlUnit Development Team (see Test::Unit or the AUTHORS file\nincluded in this distribution).\n\nAll rights reserved. This program is free software; you can redistribute it and/or modify it\nunder the same terms as Perl itself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "*   Test::Unit::TestCase\n\n*   Test::Unit::Listener\n\n*   Test::Unit::TestSuite\n\n*   Test::Unit::Result\n\n*   Test::Unit::TkTestRunner\n\n*   For further examples, take a look at the framework self test collection (t::tlib::AllTests).\n",
                "subsections": []
            }
        }
    }
}