proxygen
AcceptorTest.cpp File Reference
#include <wangle/acceptor/Acceptor.h>
#include <gtest/gtest.h>

Go to the source code of this file.

Classes

class  wangle::SimpleConnectionCounterForTest
 
class  wangle::TestableAcceptor
 
class  wangle::AcceptorTest
 

Namespaces

 wangle
 

Functions

 wangle::TEST_F (AcceptorTest, TestCanAcceptWithNoConnectionCounter)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWithMaxConnectionsZero)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWithCurrentConnsLessThanMax)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWithCurrentConnsGreaterThanMax)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWhiteListedAddress)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWithNoLoadShed)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWithMaxActiveConnectionsNotSet)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWithActiveConnectionsBreachingThreshold)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWithTotalConnectionsBreachingThreshold)
 
 wangle::TEST_F (AcceptorTest, TestCanAcceptWithBothConnectionCountsBreachingThresholds)