Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 202 Bytes

ASSERT_DEATH.sh.md

File metadata and controls

9 lines (7 loc) · 202 Bytes

ASSERT_DEATH

ASSERT_DEATH -- Asserts a command unsuccessfully dies.

ASSERT_DEATH asserts that a command dies with a non-zero return value.

Usage

void ASSERT_DEATH(string arguments,...)