Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 202 Bytes

EXPECT_DEATH.sh.md

File metadata and controls

9 lines (7 loc) · 202 Bytes

EXPECT_DEATH

EXPECT_DEATH -- Expects a command unsuccessfully dies.

EXPECT_DEATH expects that a command dies with a non-zero return value.

Usage

void EXPECT_DEATH(string arguments,...)