{
    "mode": "perldoc",
    "parameter": "Test::Unit::Runner",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Test%3A%3AUnit%3A%3ARunner/json",
    "generated": "2026-06-13T00:08:07Z",
    "synopsis": "my $runner = Test::Unit::TestRunner->new();\n$runner->filter(@filtertokens);\n$runner->start(...);",
    "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": []
        }
    },
    "summary": "Test::Unit::Runner - abstract base class for test runners",
    "flags": [],
    "examples": [],
    "see_also": []
}