An open API service indexing awesome lists of open source software.

https://github.com/hymkor/genestub

Stub module to test the child-process is called as expected.
https://github.com/hymkor/genestub

vb-net windows

Last synced: 26 days ago
JSON representation

Stub module to test the child-process is called as expected.

Awesome Lists containing this project

README

        

GENESTUB.exe
============

このプログラムは、子プロセスがをアプリケーションを仕様どおりに
呼び出しているかを検証するためのダミープログラムです。

実行すると

* 呼び出された時のコマンドライン引数

が表示され、また、

* 戻り値
* 標準出力の内容
* 標準エラー出力の内容

など、呼び出し元へ返すデータをダイアログで設定することができます。

ビルドすると、GENESTUB.exe という名前で実行ファイルが作成されますが、
呼び出すプログラムの仕様に合わせて、任意のファイル名に改名してください。