Home
last modified time | relevance | path

Searched defs:TYPED_TEST (Results 1 – 3 of 3) sorted by relevance

/openbmc/telemetry/tests/src/
H A Dtest_make_id_name.cpp95 TYPED_TEST(TestMakeIdName, throwsWhenProvidedIdContainsIncorrectCharacters) in TYPED_TEST() function
105 TYPED_TEST(TestMakeIdName, throwsWhenProvidedIdContainsTooLongSegment) in TYPED_TEST() function
120 TYPED_TEST(TestMakeIdName, throwsWhenProvidedIdOrPrefixTooLong) in TYPED_TEST() function
130 TYPED_TEST(TestMakeIdName, throwsWhenIdContainsMoreThanOneSlash) in TYPED_TEST() function
139 TYPED_TEST(TestMakeIdName, usesNameWhenThereAreConflicts) in TYPED_TEST() function
156 TYPED_TEST(TestMakeIdName, throwsWhenProvidedIdIsTaken) in TYPED_TEST() function
166 TYPED_TEST(TestMakeIdName, usesNameWhenIdNotProvided) in TYPED_TEST() function
175 TYPED_TEST(TestMakeIdName, usesNameWithoutInvalidCharactersWhenIdNotProvided) in TYPED_TEST() function
H A Dtest_persistent_json_storage.cpp188 TYPED_TEST(TestPersistentJsonStorageWithSymlink, symlinksAreNotListed) in TYPED_TEST() function
193 TYPED_TEST(TestPersistentJsonStorageWithSymlink, throwsWhenStoreTargetIsSymlink) in TYPED_TEST() function
202 TYPED_TEST(TestPersistentJsonStorageWithSymlink, in TYPED_TEST() function
209 TYPED_TEST(TestPersistentJsonStorageWithSymlink, in TYPED_TEST() function
/openbmc/sdbusplus/test/
H A Dunpack_properties.cpp92 TYPED_TEST(UnpackPropertiesTest, returnsValueWhenKeyIsPresentAndTypeMatches) in TYPED_TEST() function
108 TYPED_TEST(UnpackPropertiesTest, in TYPED_TEST() function
122 TYPED_TEST(UnpackPropertiesTest, doesntReportMissingPropertyForOptional) in TYPED_TEST() function
137 TYPED_TEST(UnpackPropertiesTest, setPresentPointersOnSuccess) in TYPED_TEST() function
168 TYPED_TEST(UnpackPropertiesThrowingTest, throwsErrorWhenKeyIsMissing) in TYPED_TEST() function
186 TYPED_TEST(UnpackPropertiesThrowingTest, throwsErrorWhenTypeDoesntMatch) in TYPED_TEST() function
204 TYPED_TEST(UnpackPropertiesThrowingTest, throwsErrorWhenOptionalTypeDoesntMatch) in TYPED_TEST() function
229 TYPED_TEST(UnpackPropertiesNonThrowingTest, ErrorWhenKeyIsMissing) in TYPED_TEST() function
245 TYPED_TEST(UnpackPropertiesNonThrowingTest, ErrorWhenTypeDoesntMatch) in TYPED_TEST() function
261 TYPED_TEST(UnpackPropertiesNonThrowingTest, ErrorWhenOptionalTypeDoesntMatch) in TYPED_TEST() function
[all …]