{
    "content": [
        {
            "type": "text",
            "text": "# Test::Unit::Runner (perldoc)\n\n## NAME\n\nTest::Unit::Runner - abstract base class for test runners\n\n## SYNOPSIS\n\nmy $runner = Test::Unit::TestRunner->new();\n$runner->filter(@filtertokens);\n$runner->start(...);\n\n## DESCRIPTION\n\nThis class is a parent class of all test runners, and hence is not intended to be used directly.\nIt provides functionality such as state (e.g. run-time options) available to all runner classes.\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::Runner",
        "section": "",
        "mode": "perldoc",
        "summary": "Test::Unit::Runner - abstract base class for test runners",
        "synopsis": "my $runner = Test::Unit::TestRunner->new();\n$runner->filter(@filtertokens);\n$runner->start(...);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 14,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Test::Unit::Runner - abstract base class for test runners\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "my $runner = Test::Unit::TestRunner->new();\n$runner->filter(@filtertokens);\n$runner->start(...);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class is a parent class of all test runners, and hence is not intended to be used directly.\nIt provides functionality such as state (e.g. run-time options) available to all runner classes.\n\nsuitesrunning()\nReturns an array stack of the current suites running. When a new suite is started, it is pushed\non the stack, and it is popped on completion. Hence the first element in the returned array is\nthe top-level suite, and the last is the innermost suite.\n\nfilter([ @tokens ])\nSet the runner's filter tokens to the given list.\n\nresetfilter()\nClears the current filter.\n",
                "subsections": []
            },
            "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::HarnessUnit, Test::Unit::TestRunner, Test::Unit::TkTestRunner\n",
                "subsections": []
            }
        }
    }
}