Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Static Public Member Functions | Protected Member Functions | List of all members
google::cloud::spanner_testing::v0::DatabaseEnvironment Class Reference

#include <google/cloud/spanner/testing/database_environment.h>

Static Public Member Functions

static google::cloud::spanner::Database const & GetDatabase ()
 

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Detailed Description

Definition at line 30 of file database_environment.h.

Member Function Documentation

◆ GetDatabase()

static google::cloud::spanner::Database const& google::cloud::spanner_testing::v0::DatabaseEnvironment::GetDatabase ( )
inlinestatic

Definition at line 32 of file database_environment.h.

◆ SetUp()

void google::cloud::spanner_testing::v0::DatabaseEnvironment::SetUp ( )
overrideprotected

Definition at line 29 of file database_environment.cc.

◆ TearDown()

void google::cloud::spanner_testing::v0::DatabaseEnvironment::TearDown ( )
overrideprotected

Definition at line 68 of file database_environment.cc.