Bye Bye Moore

PoCソルジャーな零細事業主が作業メモを残すブログ

shellでTDDするshunit2 その6:内部定数

shunit2にはテストを円滑にすすめるための内部定数がいくつか用意されています。

実際のところ

SHUNIT_TRUE

Standard shell true value (the integer value 0).

SHUNIT_FALSE

Standard shell false value (the integer value 1).

SHUNIT_ERROR

The integer value 2.

SHUNIT_TMPDIR Path to temporary directory that will be automatically cleaned up upon exit of shUnit2.

参考もと

github.com