• R/O
  • SSH
  • HTTPS

iutest: Arbre Source


Nom Taille Révision l'heure Auteur Message de Log
test r77 2012-06-19 19:42:47 srz_zumix trunk からマージ テストフィクスチャ対応
LICENSE 1.78 k r67 2012-05-30 21:35:38 srz_zumix trunk からマージ
setenv.wsf 603 r3 2012-01-28 21:47:43 srz_zumix オプション(argv)の削除対応 constexpr ...
include r77 2012-06-19 19:42:47 srz_zumix trunk からマージ テストフィクスチャ対応
samples r77 2012-06-19 19:42:47 srz_zumix trunk からマージ テストフィクスチャ対応
doc r77 2012-06-19 19:42:47 srz_zumix trunk からマージ テストフィクスチャ対応
projects r77 2012-06-19 19:42:47 srz_zumix trunk からマージ テストフィクスチャ対応
readme.txt 2.16 k r77 2012-06-19 19:42:47 srz_zumix trunk からマージ テストフィクスチャ対応

readme.txt

readme.txt for iutest
===================

--------------------------------------------------
Name

    iutest - iris unit test framework

--------------------------------------------------
Command Line Options

    --help, -h                        : generate help message.
    --iutest_output=xml[:path]        : path of xml report.
    --iutest_list_tests               : list up tests.
    --iutest_color=<yes|no|auto|ansi> : console color enable.
    --iutest_filter=<filter>          : Select the test run.
    --iutest_shuffle                  : do shuffle test.
    --iutest_random_seed=<seed>       : set random seed.
    --iutest_also_run_disabled_tests  : run disabled tests.
    --iutest_break_on_failure[=0|1]   : When that failed to break.
    --iutest_throw_on_failure[=0|1]   : When that failed to throw.
    --iutest_catch_exceptions=<0|1>   : catch exceptions enable.
    --iutest_print_time=<0|1>         : Setting the display of elapsed time.
    --iutest_repeat=<count>           : Set the number of repetitions of the test.
    --feature                         : show iutest feature.
    --version, -v                     : show iutest version.

--------------------------------------------------
Environment variable Options

    IUTEST_OUTPUT=xml[:path]        : path of xml report.
    IUTEST_COLOR=yes|no|auto        : console color enable.
    IUTEST_FILTER=filter            : Select the test run.
    IUTEST_SHUFFLE                  : do shuffle test.
    IUTEST_RANDOM_SEED=seed         : set random seed.
    IUTEST_ALSO_RUN_DISABLED_TESTS  : run disabled tests.
    IUTEST_BREAK_ON_FAILURE=0|1     : When that failed to break.
    IUTEST_THROW_ON_FAILURE=0|1     : When that failed to throw.
    IUTEST_CATCH_EXCEPTIONS=0|1     : catch exceptions enable.
    IUTEST_PRINT_TIME=0|1           : Setting the display of elapsed time.
    IUTEST_REPEAT=<count>           : Set the number of repetitions of the test.
    
--------------------------------------------------
License

    Copyright (c) 2011-2012, Takazumi-Shirayanagi,
    All rights reserved.

    The new(3-clause) BSD License is applied to this software, see LICENSE


Afficher sur ancien navigateur de dépôt.