|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "utils/StringUtils.h"#include "utils/i18n/Bcp47.h"#include "utils/i18n/Bcp47Formatter.h"#include <gtest/gtest.h>Classes | |
| struct | TestFormatting |
| class | FormatTester |
| struct | TestRecommendedCasing |
| class | RecommendedCasingTester |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const TestFormatting &rhs) |
| TEST_P (FormatTester, FormatRaw) | |
| TEST_P (FormatTester, FormatEnglish) | |
| INSTANTIATE_TEST_SUITE_P (TestI18nBcp47Formatter, FormatTester, testing::ValuesIn(FormattingTests)) | |
| std::ostream & | operator<< (std::ostream &os, const TestRecommendedCasing &rhs) |
| TEST_P (RecommendedCasingTester, ParseTag) | |
| INSTANTIATE_TEST_SUITE_P (TestI18nBcp47Formatter, RecommendedCasingTester, testing::ValuesIn(RecommendedCasingTests)) | |
Variables | |
| const TestFormatting | FormattingTests [] |
| const TestRecommendedCasing | RecommendedCasingTests [] |
| INSTANTIATE_TEST_SUITE_P | ( | TestI18nBcp47Formatter | , |
| FormatTester | , | ||
| testing::ValuesIn(FormattingTests) | ) |
| INSTANTIATE_TEST_SUITE_P | ( | TestI18nBcp47Formatter | , |
| RecommendedCasingTester | , | ||
| testing::ValuesIn(RecommendedCasingTests) | ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const TestFormatting & | rhs ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const TestRecommendedCasing & | rhs ) |
| TEST_P | ( | FormatTester | , |
| FormatEnglish | ) |
| TEST_P | ( | FormatTester | , |
| FormatRaw | ) |
| TEST_P | ( | RecommendedCasingTester | , |
| ParseTag | ) |
| const TestFormatting FormattingTests[] |
| const TestRecommendedCasing RecommendedCasingTests[] |