Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
camelCase: Converted code in tests directory
[xestiacalendar/.git] / source / tests / xestiacalendar_test.cpp
index 25e2f6d..fa0a353 100644 (file)
@@ -102,25 +102,25 @@ void printextramenu(){
 
 void runextramenu(){
        
-       bool ExitEnabled = false;
-       std::string StringOption = "";
-       int TestResult = 0;
+       bool exitEnabled = false;
+       std::string stringOption = "";
+       int testResult = 0;
 
-       while(ExitEnabled == false){
+       while(exitEnabled == false){
        
                printextramenu();
 
                // Get user input.
 
                std::cout << "Select Option: "; 
-               std::cin >> StringOption;
+               std::cin >> stringOption;
                
-               int IntOption = -1;
+               int intOption = -1;
                
                // Check if input is a number.
                
                try{
-                       IntOption = stoi(StringOption);
+                       intOption = stoi(stringOption);
                }
                
                // Return to the top of the while statement if input
@@ -134,7 +134,7 @@ void runextramenu(){
                // Find which option has been selected from the
                // input.
                
-               switch(IntOption){
+               switch(intOption){
                
                        case EXTRA_POPULATECALDAV:
                                printn("Populating CalDAV calendar...");
@@ -166,25 +166,25 @@ int main(int argc, char* argv[]){
        printn("Note: Unit testing is currently in development");
        printn("");
 
-       bool ExitEnabled = false;
-       std::string StringOption = "";
-       int TestResult = 0;
+       bool exitEnabled = false;
+       std::string stringOption = "";
+       int testResult = 0;
 
-       while(ExitEnabled == false){
+       while(exitEnabled == false){
        
                printmenu();
 
                // Get user input.
 
                std::cout << "Select Option: "; 
-               std::cin >> StringOption;
+               std::cin >> stringOption;
                
-               int IntOption = -1;
+               int intOption = -1;
                
                // Check if input is a number.
                
                try{
-                       IntOption = stoi(StringOption);
+                       intOption = stoi(stringOption);
                }
                
                // Return to the top of the while statement if input
@@ -203,67 +203,67 @@ int main(int argc, char* argv[]){
                        case TESTS_ICALLOADEVENT:
                                printn("Running iCalendar Event Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarEvent*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_ICALSAVEEVENT:
                                printn("Running iCalendar Event Component Save tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarSaveEvent*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_ICALLOADTODO:
                                printn("Running iCalendar Task Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarTask*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_ICALSAVETODO:
                                printn("Running iCalendar Task Component Save tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarSaveTask*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_ICALLOADJOURNAL:
                                printn("Running iCalendar Journal Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarJournal*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_ICALSAVEJOURNAL:
                                printn("Running iCalendar Journal Component Save tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarSaveJournal*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_ICALLOADFREEBUSY:
                                printn("Running iCalendar Free Busy Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarFreeBusy*";
-                               TestResult = RUN_ALL_TESTS();
+                               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();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_ICALLOADTIMEZONE:
                                printn("Running iCalendar Timezone Component tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarTimezone*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_ICALSAVETIMEZONE:
                                printn("Running iCalendar Timezone Component Save tests...");
                                ::testing::GTEST_FLAG(filter) = "iCalendarSaveTimezone*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_CALENDARDATASTORAGE:
                                printn("Running Calendar Data Storage tests...");
                                ::testing::GTEST_FLAG(filter) = "CalendarDataStorage*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_CALDAV:
                                printn("Running CalDAV tests...");
                                ::testing::GTEST_FLAG(filter) = "CalDAV*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_COMMONFUNCTIONS:
                                printn("Running Commmon Functions tests...");
                                ::testing::GTEST_FLAG(filter) = "CommonFunctions*";
-                               TestResult = RUN_ALL_TESTS();
+                               testResult = RUN_ALL_TESTS();
                                break;
                        case TESTS_EXTRA:
                                runextramenu();
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