#include <wangle/acceptor/Acceptor.h>
#include <gtest/gtest.h>
Go to the source code of this file.
|
| 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) |
|