logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Test2::Harness::Run - Representation of a set of tests to run, and their options.

Attributes

       These are set at construction time and cannot be modified.

       See App::Yath::Options::Run for more documentation on these.

   FROMOPTIONS
       $bool = $run->author_testing
       $hashref = $run->env_vars
       $bool = $run->event_uuids
       $arrayref = $run->fields
       $string = $run->input
       $path = $run->input_file
       $bool = $run->io_events
       $arrayref = $run->links
       $arrayref = $run->load
       $hashref = $run->load_import
       $bool = $run->mem_usage
       $int = $run->retry
       $bool = $run->retry_isolated
       $string = $run->run_id
       $arrayref = $run->test_args
       $bool = $run->unsafe_inc
       $bool = $run->use_stream

   OTHER
       $hashref = $run->meta
           meta-data plugins may have attached.

Authors

       Chad Granum <exodist@cpan.org>

Description

Maintainers

       Chad Granum <exodist@cpan.org>

Methods

       $path = $run->run_dir($workdir)
           Returns the path "$workdir/$run_id".

       $hashref = $run->queue_item(\@PLUGINS)
           Gets the queue item that represents this object.

Name

       Test2::Harness::Run - Representation of a set of tests to run, and their options.

Source

       The source code repository for Test2-Harness can be found at http://github.com/Test-More/Test2-Harness/.

See Also