add tests for Process::isRunning

This commit is contained in:
Yuval Kashtan
2014-08-12 11:03:54 +03:00
parent af44951e77
commit 04116d6593
2 changed files with 31 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ public:
void testLaunchRedirectIn();
void testLaunchRedirectOut();
void testLaunchEnv();
void testIsRunning();
void setUp();
void tearDown();