MCPcopy Create free account
hub / github.com/AGenUI/AGenUI / TEST_F

Function TEST_F

tests/cpp/function_call/builtins_test.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40};
41
42TEST_F(AndFunctionCallTest, AllTrue_ReturnsTrue) {
43 auto r = fc.execute({{"values", json::array({true, true, true})}});
44 ASSERT_TRUE(isSuccess(r));
45 EXPECT_EQ(r.getValue(), true);
46}
47
48TEST_F(AndFunctionCallTest, OneFalse_ReturnsFalse) {
49 auto r = fc.execute({{"values", json::array({true, false, true})}});

Callers

nothing calls this directly

Calls 7

getValueMethod · 0.80
emptyMethod · 0.80
isSuccessFunction · 0.70
isErrorFunction · 0.70
executeMethod · 0.65
getConfigMethod · 0.65
getNameMethod · 0.45

Tested by

no test coverage detected