Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Apr 8, 2017
1 parent 4d1a6f9 commit 4c7c0ad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 16 deletions.
38 changes: 24 additions & 14 deletions README.md
Expand Up @@ -29,21 +29,26 @@ Features
* An [XUnit](https://en.wikipedia.org/wiki/XUnit) test framework.
* Include only.
* Test discovery.
* A rich set of assertions.
* User-defined assertions.
* Power assert.
* Matchers.
* Test packages (grouping).
* Fatal and non-fatal, warning, assume failures.
* Skip test.
* XML/JUnit test report generation.
* Assertions.
+ A rich set of assertions.
+ User-defined assertions.
+ Power-assert (expression-assert).
+ Matchers.
+ Fatal and non-fatal, warning, assume failures.
* Value-parameterized tests.
* Type-parameterized tests.
* CSV parameter.
* Pairwise parameter.
* Advanced parameter generation.
+ Pairwise parameter.
+ CSV parameter.
+ Any parameter.
+ Random parameter.
+ Multiple parameters can be concatenated.
* Test packages (grouping).
* Skip test.
* Private member test.
* Various options for running the tests.
* XML/JUnit test report generation.
* Janaese test name (C++03).
* Various options for running the tests.
* Compatible with Google Test.

Platforms
Expand All @@ -68,9 +73,14 @@ doc/index.html
Project page
--------------------------------------------------

* [Project page](http://iutest.osdn.jp/)
* [OSDN Project page](http://iutest.osdn.jp/)
* [Github](https://github.com/srz-zumix/iutest)
* [Google Group](https://groups.google.com/forum/?fromgroups#!forum/g-iutest)

Support
--------------------------------------------------

* Use [Github issues](https://github.com/srz-zumix/iutest/issues) to report bugs and feature requests.
* Ask questions at the twitter ([]@srz_zumix](https://twitter.com/srz_zumix))

Tools
--------------------------------------------------
Expand All @@ -80,7 +90,7 @@ make fused-src.
* twilio
notifies the test results using twilio
* wandbox
tools to make use of the iutest in wandbox
tools to make use of the iutest in [wandbox](https://wandbox.org/)

Tests
--------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/wandbox.html
Expand Up @@ -65,7 +65,7 @@ <h2>コマンドラインオプション</h2>
<table class="ruled wandbox" summary="コマンドラインオプション" >
<tr><td>-c</td><td>--compiler COMPILER </td><td>コンパイラーを選択します。選択できるコンパイラーは Wandbox を確認するか、--list_compiler オプションで確認してください。デフォルト:[gcc-head]</td></tr>
<tr><td>-x</td><td>--options OPTIONS </td><td>オプションを選択します。選択できるコンパイラーは Wandbox を確認するか、--list_options オプションで確認してください。</td></tr>
<tr><td> </td><td>--default </td><td><s>Wandbox のデフォルトオプションを使用します。</s>廃止されました。デフォルトで有効です。</td></tr>
<tr><td> </td><td><s>--default </s></td><td><s>Wandbox のデフォルトオプションを使用します。</s>廃止されました。デフォルトで有効です。</td></tr>
<tr><td> </td><td>--no-default </td><td>Wandbox のデフォルトオプションを使用しないようにします。</td></tr>
<tr><td> </td><td>--std VERSION </td><td>使用する C++ のバージョンを指定します。</td></tr>
<tr><td> </td><td>--boost VERSION </td><td>使用する boost のバージョンを指定します。nothing を指定すると boost を使用しません。</td></tr>
Expand All @@ -79,7 +79,7 @@ <h2>コマンドラインオプション</h2>
<tr><td> </td><td>--list-options COMPILER</td><td>COMPILER で利用可能なオプションを列挙します。</td></tr>
<tr><td> </td><td>--stdin </td><td>実行時の stdin の内容を指定します。</td></tr>
<tr><td> </td><td>--encoding ENCODING </td><td>入力ソースコードファイルのエンコードを指定します。</td></tr>
<tr><td> </td><td>--expand_include </td><td>入力ソースコードファイルに含まれる include を展開します。</td></tr>
<tr><td> </td><td>--expand-include </td><td>入力ソースコードファイルに含まれる include を展開します。</td></tr>
<tr><td>-o</td><td>--output FILE </td><td>ソースコードを FILE に書き出します。</td></tr>
<tr><td> </td><td>--xml FILE </td><td>テスト結果 xml を FILE に書き出します。</td></tr>
<tr><td> </td><td>--junit FILE </td><td>テスト結果 xml を junit 形式で FILE に書き出します。</td></tr>
Expand Down

0 comments on commit 4c7c0ad

Please sign in to comment.