MOTION  0.01
Framework for mixed-protocol multi-party computation
Functions
test_reusable_future.cpp File Reference
#include "gtest/gtest.h"
#include "utility/reusable_future.h"
Include dependency graph for test_reusable_future.cpp:

Functions

 TEST (ReusableFuture, SetAfterGetFuture)
 
 TEST (ReusableFuture, SetBeforeGetFuture)
 
 TEST (ReusableFuture, SetTwice)
 
 TEST (ReusableFuture, SetTwiceWithReset)
 
 TEST (ReusableFuture, InvalidFuture)
 
 TEST (ReusableFuture, InvalidPromise)
 
 TEST (ReusableFuture, RetrieveFutureTwice)
 

Function Documentation

◆ TEST() [1/7]

TEST ( ReusableFuture  ,
InvalidFuture   
)
Here is the call graph for this function:

◆ TEST() [2/7]

TEST ( ReusableFuture  ,
InvalidPromise   
)
Here is the call graph for this function:

◆ TEST() [3/7]

TEST ( ReusableFuture  ,
RetrieveFutureTwice   
)
Here is the call graph for this function:

◆ TEST() [4/7]

TEST ( ReusableFuture  ,
SetAfterGetFuture   
)
Here is the call graph for this function:

◆ TEST() [5/7]

TEST ( ReusableFuture  ,
SetBeforeGetFuture   
)
Here is the call graph for this function:

◆ TEST() [6/7]

TEST ( ReusableFuture  ,
SetTwice   
)
Here is the call graph for this function:

◆ TEST() [7/7]

TEST ( ReusableFuture  ,
SetTwiceWithReset   
)
Here is the call graph for this function: