MCPcopy Create free account
hub / github.com/apache/impala / SetUp

Method SetUp

be/src/util/openssl-util-test.cc:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46class OpenSSLUtilTest : public ::testing::Test {
47 protected:
48 virtual void SetUp() { SeedOpenSSLRNG(); }
49 virtual void TearDown() {
50 EXPECT_EQ(ERR_peek_error(), 0) << "Did not clear OpenSSL error queue";
51 }

Callers

nothing calls this directly

Calls 1

SeedOpenSSLRNGFunction · 0.85

Tested by

no test coverage detected