MCPcopy Create free account
hub / github.com/ClickHouse/ai-sdk-cpp / SetUp

Method SetUp

tests/unit/openai_client_test.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class OpenAIClientTest : public OpenAITestFixture {
18 protected:
19 void SetUp() override {
20 OpenAITestFixture::SetUp();
21 client_ =
22 std::make_unique<ai::openai::OpenAIClient>(kTestApiKey, kTestBaseUrl);
23 }
24
25 void TearDown() override {
26 client_.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected