Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added the iCalendar Journal unit tests to the unit test application.
[xestiacalendar/.git] / source / tests / xestiacalendar_test.cpp
index ae14ac4..c8aad78 100644 (file)
@@ -2,7 +2,7 @@
 //
 // (c) 2016 Xestia Software Development.
 //
-// This file is part of Xestia Address Book.
+// This file is part of Xestia Calendar.
 //
 // Xestia Address Book is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by the
@@ -14,7 +14,7 @@
 // GNU General Public License for more details.
 //
 // You should have received a copy of the GNU General Public License along
-// with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
+// with Xestia Calendar. If not, see <http://www.gnu.org/licenses/>
 
 #include <gtest/gtest.h>
 #include <iostream>
@@ -22,6 +22,9 @@
 #include <stdexcept>
 
 #include "xestiacalendar_icaleventload.h"
+#include "xestiacalendar_commonfunctions.h"
+#include "xestiacalendar_icaltaskload.h"
+#include "xestiacalendar_icaljournalload.h"
 
 enum MenuOpts {
        TESTS_ICALLOADEVENT = 1,
@@ -30,6 +33,7 @@ enum MenuOpts {
        TESTS_ICALLOADFREEBUSY,
        TESTS_ICALLOADTIMEZONE,
        TESTS_ICALLOADALARM,
+       TESTS_COMMONFUNCTIONS,
        TESTS_QUIT
 };
 
@@ -45,6 +49,9 @@ void printmenu(){
 
        std::cout << "Select an option:" << std::endl << std::endl;
        std::cout << TESTS_ICALLOADEVENT << ". iCalendar Event Component Load" << 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_COMMONFUNCTIONS << ". Common Functions" << std::endl;
        std::cout << TESTS_QUIT << ". Quit" << std::endl;
        std::cout << std::endl;
 
@@ -98,6 +105,21 @@ int main(int argc, char* argv[]){
                                ::testing::GTEST_FLAG(filter) = "iCalendarEvent*";
                                TestResult = RUN_ALL_TESTS();
                                break;
+                       case TESTS_ICALLOADTODO:
+                               printn("Running iCalendar Task Component tests...");
+                               ::testing::GTEST_FLAG(filter) = "iCalendarTask*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
+                       case TESTS_ICALLOADJOURNAL:
+                               printn("Running iCalendar Journal Component tests...");
+                               ::testing::GTEST_FLAG(filter) = "iCalendarTask*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
+                       case TESTS_COMMONFUNCTIONS:
+                               printn("Running Commmon Functions tests...");
+                               ::testing::GTEST_FLAG(filter) = "CommonFunctions*";
+                               TestResult = RUN_ALL_TESTS();
+                               break;
                        /*case TESTS_CARDDAV:
                                printn("Running CardDAV tests...");
                                ::testing::GTEST_FLAG(filter) = "CardDAV*";
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