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

Method SetUp

tests/utils/test_fixtures.cpp:11–13  ·  view source on GitHub ↗

AITestFixture implementation

Source from the content-addressed store, hash-verified

9
10// AITestFixture implementation
11void AITestFixture::SetUp() {
12 // Common setup for all tests
13}
14
15void AITestFixture::TearDown() {
16 // Common cleanup

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected