|
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 "utils/i18n/Bcp47Registry/SubTagRegistryManager.h"#include "utils/i18n/test/TestI18nUtils.h"#include <memory>#include <gtest/gtest.h>Classes | |
| struct | TestFormatting |
| class | FormatTester |
| struct | TestRecommendedCasing |
| class | RecommendedCasingTester |
| struct | TestDebugFormatting |
| class | DebugFormatTester |
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)) | |
| TEST (TestI18nBcp47Formatter, ShortestDesc) | |
| std::ostream & | operator<< (std::ostream &os, const TestDebugFormatting &rhs) |
| TEST_P (DebugFormatTester, Format) | |
| INSTANTIATE_TEST_SUITE_P (TestI18nBcp47Formatter, DebugFormatTester, testing::ValuesIn(DebugFormattingTests)) | |
Variables | |
| const TestFormatting | FormattingTests [] |
| const TestRecommendedCasing | RecommendedCasingTests [] |
| const TestDebugFormatting | DebugFormattingTests [] |
| INSTANTIATE_TEST_SUITE_P | ( | TestI18nBcp47Formatter | , |
| DebugFormatTester | , | ||
| testing::ValuesIn(DebugFormattingTests) | ) |
| 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 TestDebugFormatting & | rhs ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const TestFormatting & | rhs ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const TestRecommendedCasing & | rhs ) |
| TEST | ( | TestI18nBcp47Formatter | , |
| ShortestDesc | ) |
| TEST_P | ( | DebugFormatTester | , |
| Format | ) |
| TEST_P | ( | FormatTester | , |
| FormatEnglish | ) |
| TEST_P | ( | FormatTester | , |
| FormatRaw | ) |
| TEST_P | ( | RecommendedCasingTester | , |
| ParseTag | ) |
| const TestDebugFormatting DebugFormattingTests[] |
| const TestFormatting FormattingTests[] |
| const TestRecommendedCasing RecommendedCasingTests[] |