Home | History | Annotate | Download | only in decpp

Lines Matching refs:getOption

430 			DE_TEST_ASSERT(cmdLine.getOption<TestNamedOpt>() == 1);
431 DE_TEST_ASSERT(cmdLine.getOption<TestBoolOpt>() == false);
432 DE_TEST_ASSERT(cmdLine.getOption<TestStringDefOpt>() == "foo");
445 DE_TEST_ASSERT(cmdLine.getOption<TestStringOpt>() == "test value");
446 DE_TEST_ASSERT(cmdLine.getOption<TestIntOpt>() == 9);
447 DE_TEST_ASSERT(cmdLine.getOption<TestBoolOpt>());
448 DE_TEST_ASSERT(cmdLine.getOption<TestNamedOpt>() == ~0ull);
449 DE_TEST_ASSERT(cmdLine.getOption<TestStringDefOpt>() == "foo");
462 DE_TEST_ASSERT(cmdLine.getOption<TestStringOpt>() == "foo");
463 DE_TEST_ASSERT(cmdLine.getOption<TestBoolOpt>());
481 DE_TEST_ASSERT(cmdLine.getOption<TestStringOpt>() == "--");
482 DE_TEST_ASSERT(cmdLine.getOption<TestBoolOpt>());
575 DE_TEST_ASSERT(cmdLine.getOption<TestStringOpt>() == "");
576 DE_TEST_ASSERT(cmdLine.getOption<TestStringDefOpt>() == "");
577 DE_TEST_ASSERT(cmdLine.getOption<TestBoolOpt>());