]> git.localhorst.tv Git - blank.git/blobdiff - tst/integration/InvocationTest.hpp
test missing option arguments
[blank.git] / tst / integration / InvocationTest.hpp
index cca53dd52afcff0501c31053b89cc740f728ba49..235b643551b13bdf77822368af3d9909087370c4 100644 (file)
@@ -13,6 +13,8 @@ class InvocationTest
 CPPUNIT_TEST_SUITE(InvocationTest);
 
 CPPUNIT_TEST(testUnknownArg);
+CPPUNIT_TEST(testIncompleteOption);
+CPPUNIT_TEST(testMissingArgs);
 
 CPPUNIT_TEST_SUITE_END();
 
@@ -21,6 +23,8 @@ public:
        void tearDown();
 
        void testUnknownArg();
+       void testIncompleteOption();
+       void testMissingArgs();
 
 };