Lines Matching refs:LocalUtilsTest
33 TEST(LocalUtilsTest, CastEnumToIntegerWorksForValidEnumValues) { in TEST() argument
39 TEST(LocalUtilsTest, CastEnumToIntegerWorksForInvalidEnumValues) { in TEST() argument
48 TEST(LocalUtilsTest, CopyFromBufferOrDieCopiesData) { in TEST() argument
60 TEST(LocalUtilsTest, GetMaxValFromTypeIsCorrectForUnsignedTypes) { in TEST() argument
67 TEST(LocalUtilsTest, GetMaxValFromTypeIsCorrectForSignedTypes) { in TEST() argument
74 TEST(LocalUtilsTest, GetMaxValFromInstanceIsCorrectForUnsignedTypes) { in TEST() argument
81 TEST(LocalUtilsTest, GetMaxValFromInstanceIsCorrectForSignedTypes) { in TEST() argument
88 TEST(LocalUtilsTest, IsAsciiPrintableReturnsTrueForAlphabeticCharacters) { in TEST() argument
94 TEST(LocalUtilsTest, IsAsciiPrintableReturnsTrueForNumericCharacters) { in TEST() argument
100 TEST(LocalUtilsTest, IsAsciiPrintableReturnsTrueForPrintableSpaces) { in TEST() argument
107 TEST(LocalUtilsTest, IsAsciiPrintableReturnsTrueForMaximalPrintable) { in TEST() argument
111 TEST(LocalUtilsTest, IsAsciiPrintableReturnsFalseForUnprintableSpaces) { in TEST() argument
118 TEST(LocalUtilsTest, IsAsciiPrintableReturnsFalseForNeighborsOfPrintables) { in TEST() argument
125 TEST(LocalUtilsTest, IsAsciiPrintableReturnsFalseForMinimalAndMaximalChars) { in TEST() argument
133 TEST(LocalUtilsTest, SafelyClampWorksForSameTypeClamping) { in TEST() argument
141 TEST(LocalUtilsTest, SafelyClampWorksForSignedToUnsigned) { in TEST() argument
150 TEST(LocalUtilsTest, SafelyClampWorksForUnsignedToSigned) { in TEST() argument