MCPcopy Create free account
hub / github.com/blue-yonder/turbodbc / TEST

Function TEST

cpp/cpp_odbc/Test/tests/level2/string_buffer_test.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8TEST(StringBufferTest, Capacity)
9{
10 signed short int const expected_capacity = 1000;
11 cpp_odbc::level2::string_buffer buffer(expected_capacity);
12
13 EXPECT_EQ( expected_capacity, buffer.capacity() );
14}
15
16TEST(StringBufferTest, StringCast)
17{

Callers

nothing calls this directly

Calls 4

capacityMethod · 0.45
data_pointerMethod · 0.45
sizeMethod · 0.45
size_pointerMethod · 0.45

Tested by

no test coverage detected