uatools 1.0.0
 
Loading...
Searching...
No Matches
eso::uatools::itest_tests Namespace Reference

Classes

class  IntegrationTest
 
class  ItestLoggerEnvironment
 

Functions

std::uint16_t FindFreePort ()
 
bool WaitForPort (const std::string &host, std::uint16_t port, std::chrono::milliseconds timeout)
 
std::string LocateItestYaml ()
 
std::string LocateItestServer ()
 
std::string LocateBuildLibDir ()
 
 TEST_F (IntegrationTest, ReadInitialValueOfCounter)
 
 TEST_F (IntegrationTest, WriteThenReadBack)
 
 TEST_F (IntegrationTest, CallReturnsInt32Zero)
 
 TEST_F (IntegrationTest, TwoClientsSameEndpointShareConnection)
 
 TEST_F (IntegrationTest, PerNodeHandlerIsolationOnSameClient)
 
 TEST_F (IntegrationTest, WriteTriggersSubscriptionNotification)
 
 TEST_F (IntegrationTest, HandlerCanCallReadFromInsideHandler)
 
 TEST_F (IntegrationTest, SlowHandlerDoesNotStallDataPlane)
 

Function Documentation

◆ FindFreePort()

std::uint16_t eso::uatools::itest_tests::FindFreePort ( )

◆ LocateBuildLibDir()

std::string eso::uatools::itest_tests::LocateBuildLibDir ( )

◆ LocateItestServer()

std::string eso::uatools::itest_tests::LocateItestServer ( )

◆ LocateItestYaml()

std::string eso::uatools::itest_tests::LocateItestYaml ( )

◆ TEST_F() [1/8]

eso::uatools::itest_tests::TEST_F ( IntegrationTest ,
CallReturnsInt32Zero  )

◆ TEST_F() [2/8]

eso::uatools::itest_tests::TEST_F ( IntegrationTest ,
HandlerCanCallReadFromInsideHandler  )

◆ TEST_F() [3/8]

eso::uatools::itest_tests::TEST_F ( IntegrationTest ,
PerNodeHandlerIsolationOnSameClient  )

◆ TEST_F() [4/8]

eso::uatools::itest_tests::TEST_F ( IntegrationTest ,
ReadInitialValueOfCounter  )

◆ TEST_F() [5/8]

eso::uatools::itest_tests::TEST_F ( IntegrationTest ,
SlowHandlerDoesNotStallDataPlane  )

◆ TEST_F() [6/8]

eso::uatools::itest_tests::TEST_F ( IntegrationTest ,
TwoClientsSameEndpointShareConnection  )

◆ TEST_F() [7/8]

eso::uatools::itest_tests::TEST_F ( IntegrationTest ,
WriteThenReadBack  )

◆ TEST_F() [8/8]

eso::uatools::itest_tests::TEST_F ( IntegrationTest ,
WriteTriggersSubscriptionNotification  )

◆ WaitForPort()

bool eso::uatools::itest_tests::WaitForPort ( const std::string & host,
std::uint16_t port,
std::chrono::milliseconds timeout )