DDraceNetwork Documentation
Loading...
Searching...
No Matches
aio_test.cpp File Reference
#include "test.h"
#include <base/system.h>
#include <gtest/gtest.h>
Include dependency graph for aio_test.cpp:

Classes

class  Async

Functions

 TEST_F (Async, Empty)
 TEST_F (Async, Simple)
 TEST_F (Async, Long)
 TEST_F (Async, Pieces)
 TEST_F (Async, Mixed)
 TEST_F (Async, NonDivisor)
 TEST_F (Async, Transaction)

Variables

static const int BUF_SIZE = 64 * 1024

Function Documentation

◆ TEST_F() [1/7]

TEST_F ( Async ,
Empty  )

◆ TEST_F() [2/7]

TEST_F ( Async ,
Long  )

◆ TEST_F() [3/7]

TEST_F ( Async ,
Mixed  )

◆ TEST_F() [4/7]

TEST_F ( Async ,
NonDivisor  )

◆ TEST_F() [5/7]

TEST_F ( Async ,
Pieces  )

◆ TEST_F() [6/7]

TEST_F ( Async ,
Simple  )

◆ TEST_F() [7/7]

TEST_F ( Async ,
Transaction  )

Variable Documentation

◆ BUF_SIZE

const int BUF_SIZE = 64 * 1024
static