Searched defs:expectedValue (Results 1 – 10 of 10) sorted by relevance
47 void test(From value, const ExpectedR& expectedValue) { in test() argument 74 void test_handle(T value, ExpectedR expectedValue) { in test_handle() argument 95 void test_string_view(From value, ExpectedR expectedValue) { in test_string_view() argument
25 : expected(expectedValue) {} in FormatSectionMatcher() argument
53 MemoryMatcher(MemoryView expectedValue) MemoryMatcher() argument
36 FPMatcher(T expectedValue) FPMatcher() argument 60 getMatcher(T expectedValue) getMatcher() argument
24 StructTmMatcher(::tm expectedValue) : expected(expectedValue) {} in StructTmMatcher() argument
29 constexpr void testSpanAt(auto&& anySpan, int index, int expectedValue) { in testSpanAt()
118 #define EXPECT_ERROR(expectedValue) \ argument
108 void CheckValue(RuntimeCall F, const char *expectedValue, in CheckValue() argument 129 void CheckArgumentValue(const char *expectedValue, int n) const { in CheckArgumentValue() argument 143 std::string expectedValue{args[0]}; in CheckCommandValue() local 156 const char *expectedValue, cons in CheckEnvVarValue() argument [all...]
131 Attribute expectedValue; in insertKnownConstant() local