Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added menu option for unit testing saving journal information
[xestiacalendar/.git] / source / tests / xestiacalendar_test.cpp
index e3e2bed..ff2e58c 100644 (file)
 #include "xestiacalendar_commonfunctions.h"
 #include "xestiacalendar_populate.h"
 #include "xestiacalendar_icaleventload.h"
+#include "xestiacalendar_icaleventsave.h"
 #include "xestiacalendar_icaltaskload.h"
 #include "xestiacalendar_icaljournalload.h"
 #include "xestiacalendar_icalfreebusyload.h"
+#include "xestiacalendar_icalfreebusysave.h"
 #include "xestiacalendar_icaltimezoneload.h"
 #include "xestiacalendar_caldav.h"
 
 enum MenuOpts {
        TESTS_ICALLOADEVENT = 1,
+       TESTS_ICALSAVEEVENT,
        TESTS_ICALLOADTODO,
+       TESTS_ICALSAVEJOURNAL,
        TESTS_ICALLOADJOURNAL,
        TESTS_ICALLOADFREEBUSY,
+       TESTS_ICALSAVEFREEBUSY,
        TESTS_ICALLOADTIMEZONE,
        TESTS_CALDAV,
        TESTS_COMMONFUNCTIONS,
@@ -60,9 +65,12 @@ void printmenu(){
 
        std::cout << "Select an option:" << std::endl << std::endl;
        std::cout << TESTS_ICALLOADEVENT << ". iCalendar Event Component Load" << std::endl;
+       std::cout << TESTS_ICALSAVEEVENT << ". iCalendar Event Component Save" << std::endl;
        std::cout << TESTS_ICALLOADTODO << ". iCalendar Task Component Load" << std::endl;
        std::cout << TESTS_ICALLOADJOURNAL << ". iCalendar Journal Component Load" << std::endl;
+       std::cout << TESTS_ICALSAVEJOURNAL << ". iCalendar Journal Component Save" << std::endl;
        std::cout << TESTS_ICALLOADFREEBUSY << ". iCalendar FreeBusy Component Load" << std::endl;
+       std::cout << TESTS_ICALSAVEFREEBUSY << ". iCalendar FreeBusy Component Save" << std::endl;
        std::cout << TESTS_ICALLOADTIMEZONE << ". iCalendar Timezone Component Load" << std::endl;
        std::cout << TESTS_CALDAV << ". CalDAV Object" << std::endl;
        std::cout << TESTS_COMMONFUNCTIONS << ". Common Functions" << std::endl;
@@ -187,6 +195,11 @@ int main(int argc, char* argv[]){
                                ::testing::GTEST_FLAG(filter) = "iCalendarEvent*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_ICALSAVEEVENT:
+                               printn("Running iCalendar Event Component Save tests...");
+                               ::testing::GTEST_FLAG(filter) = "iCalendarSaveEvent*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        case TESTS_ICALLOADTODO:
                                printn("Running iCalendar Task Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarTask*";
@@ -197,13 +210,23 @@ int main(int argc, char* argv[]){
                                ::testing::GTEST_FLAG(filter) = "iCalendarJournal*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_ICALSAVEJOURNAL:
+                               printn("Running iCalendar Journal Component Save tests...");
+                               ::testing::GTEST_FLAG(filter) = "iCalendarSaveJournal*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        case TESTS_ICALLOADFREEBUSY:
                                printn("Running iCalendar Free Busy Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarFreeBusy*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_ICALSAVEFREEBUSY:
+                               printn("Running iCalendar Free Busy Component Save tests...");
+                               ::testing::GTEST_FLAG(filter) = "iCalendarSaveFreeBusy*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        case TESTS_ICALLOADTIMEZONE:
-                               printn("Running iCalendar Free Busy Component tests...");
+                               printn("Running iCalendar Timezone Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarTimezone*";
                                TestResult = RUN_ALL_TESTS();
                                break;
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy