|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ServiceBroker.h"#include "settings/AdvancedSettings.h"#include "settings/SettingsComponent.h"#include "video/FilenameAttributes.h"#include <gtest/gtest-param-test.h>#include <gtest/gtest.h>Classes | |
| class | TestFilenameAttributes |
| struct | TestUtilFilenameAttributesData |
| class | TestUtilFilenameAttributePairs |
| struct | TestUtilCleanFilenameAttributesData |
| class | TestUtilCleanFilenameAttributePairs |
| struct | TestFilenameIdentifierData |
| class | TestFilenameIdentifier |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const TestUtilFilenameAttributesData &rhs) |
| TEST_P (TestUtilFilenameAttributePairs, RetrieveAttributes) | |
| INSTANTIATE_TEST_SUITE_P (TestFilenameAttributes, TestUtilFilenameAttributePairs, ValuesIn(filenameAttributePairsTests)) | |
| std::ostream & | operator<< (std::ostream &os, const TestUtilCleanFilenameAttributesData &rhs) |
| TEST_P (TestUtilCleanFilenameAttributePairs, Clean) | |
| INSTANTIATE_TEST_SUITE_P (TestFilenameAttributes, TestUtilCleanFilenameAttributePairs, ValuesIn(cleanFilenameAttributePairsTests)) | |
| TEST (TestFilenameAttributes, GetEdition) | |
| std::ostream & | operator<< (std::ostream &os, const TestFilenameIdentifierData &rhs) |
| TEST_P (TestFilenameIdentifier, GetIdentifier) | |
| TEST_P (TestFilenameIdentifier, HasIdentifier) | |
| INSTANTIATE_TEST_SUITE_P (TestFilenameAttributes, TestFilenameIdentifier, ValuesIn(FilenameIdentifierTests)) | |
| TEST (TestFilenameAttributes, EmptyKnownIdentifiers) | |
| INSTANTIATE_TEST_SUITE_P | ( | TestFilenameAttributes | , |
| TestFilenameIdentifier | , | ||
| ValuesIn(FilenameIdentifierTests) | ) |
| INSTANTIATE_TEST_SUITE_P | ( | TestFilenameAttributes | , |
| TestUtilCleanFilenameAttributePairs | , | ||
| ValuesIn(cleanFilenameAttributePairsTests) | ) |
| INSTANTIATE_TEST_SUITE_P | ( | TestFilenameAttributes | , |
| TestUtilFilenameAttributePairs | , | ||
| ValuesIn(filenameAttributePairsTests) | ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const TestFilenameIdentifierData & | rhs ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const TestUtilCleanFilenameAttributesData & | rhs ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const TestUtilFilenameAttributesData & | rhs ) |
| TEST | ( | TestFilenameAttributes | , |
| EmptyKnownIdentifiers | ) |
| TEST | ( | TestFilenameAttributes | , |
| GetEdition | ) |
| TEST_P | ( | TestFilenameIdentifier | , |
| GetIdentifier | ) |
| TEST_P | ( | TestFilenameIdentifier | , |
| HasIdentifier | ) |
| TEST_P | ( | TestUtilCleanFilenameAttributePairs | , |
| Clean | ) |
| TEST_P | ( | TestUtilFilenameAttributePairs | , |
| RetrieveAttributes | ) |
| const TestUtilCleanFilenameAttributesData cleanFilenameAttributePairsTests[] |
| const TestUtilFilenameAttributesData filenameAttributePairsTests[] |
| const TestFilenameIdentifierData FilenameIdentifierTests[] |