X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=tst%2Fintegration%2FInvocationTest.hpp;h=235b643551b13bdf77822368af3d9909087370c4;hb=8368621fd8996569e3ca8fc6fd68ac0168742392;hp=cca53dd52afcff0501c31053b89cc740f728ba49;hpb=5408130b6267448d0fddf4e3001fdc4b915e6496;p=blank.git diff --git a/tst/integration/InvocationTest.hpp b/tst/integration/InvocationTest.hpp index cca53dd..235b643 100644 --- a/tst/integration/InvocationTest.hpp +++ b/tst/integration/InvocationTest.hpp @@ -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(); };