Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



App::Prove::State(3pm)                Perl Programmers Reference Guide                App::Prove::State(3pm)



NAME
       App::Prove::State - State storage for the "prove" command.

VERSION
       Version 3.17

DESCRIPTION
       The "prove" command supports a "--state" option that instructs it to store persistent state across
       runs. This module implements that state and the operations that may be performed on it.

SYNOPSIS
           # Re-run failed tests
           $ prove --state=fail,save -rbv

METHODS
   Class Methods
       "new"

       Accepts a hashref with the following key/value pairs:

          "store"

           The filename of the data store holding the data that App::Prove::State reads.

          "extension" (optional)

           The test name extension.  Defaults to ".t".

          "result_class" (optional)

           The name of the "result_class".  Defaults to "App::Prove::State::Result".

   "result_class"
       Getter/setter for the name of the class used for tracking test results.  This class should either
       subclass from "App::Prove::State::Result" or provide an identical interface.

   "extension"
       Get or set the extension files must have in order to be considered tests. Defaults to '.t'.

   "results"
       Get the results of the last test run.  Returns a "result_class()" instance.

   "commit"
       Save the test results. Should be called after all tests have run.

   Instance Methods
       "apply_switch"

        $self->apply_switch('failed,save');

       Apply a list of switch options to the state, updating the internal object state as a result. Nothing
       is returned.

       Diagnostics:
           - "Illegal state option: %s"

       "last"
           Run in the same order as last time

       "failed"
           Run only the failed tests from last time

       "passed"
           Run only the passed tests from last time

       "all"
           Run all tests in normal order

       "hot"
           Run the tests that most recently failed first

       "todo"
           Run the tests ordered by number of todos.

       "slow"
           Run the tests in slowest to fastest order.

       "fast"
           Run test tests in fastest to slowest order.

       "new"
           Run the tests in newest to oldest order.

       "old"
           Run the tests in oldest to newest order.

       "save"
           Save the state on exit.

       "get_tests"

       Given a list of args get the names of tests that should run

       "observe_test"

       Store the results of a test.

       "save"

       Write the state to a file.

       "load"

       Load the state from a file



perl v5.12.5                                     2012-11-03                           App::Prove::State(3pm)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации к проекту Perl. (См. perlbug (1) для инструкций представления.)
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API к Apple через Генератор отчетов Ошибки и к проекту Perl, использующему perlbug (1).
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.