leveldb
Classes | Namespaces | Functions
write_batch_test.cc File Reference
#include "leveldb/db.h"
#include "db/memtable.h"
#include "db/write_batch_internal.h"
#include "leveldb/env.h"
#include "util/logging.h"
#include "util/testharness.h"
Include dependency graph for write_batch_test.cc:

Go to the source code of this file.

Classes

class  leveldb::WriteBatchTest
 

Namespaces

 leveldb
 

Functions

static std::string leveldb::PrintContents (WriteBatch *b)
 
 leveldb::TEST (WriteBatchTest, Empty)
 
 leveldb::TEST (WriteBatchTest, Multiple)
 
 leveldb::TEST (WriteBatchTest, Corruption)
 
 leveldb::TEST (WriteBatchTest, Append)
 
int main (int argc, char **argv)
 

Class Documentation

§ leveldb::WriteBatchTest

class leveldb::WriteBatchTest

Definition at line 55 of file write_batch_test.cc.

Function Documentation

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 118 of file write_batch_test.cc.

118  {
120 }
int RunAllTests()
Definition: testharness.cc:36
Here is the call graph for this function: