proxygen
|
#include <wangle/acceptor/Acceptor.h>
#include <folly/io/async/EventBase.h>
#include <glog/logging.h>
#include <folly/portability/GTest.h>
Go to the source code of this file.
Classes | |
class | TestConnection |
class | TestAcceptor |
Functions | |
TEST (AcceptorTest, Basic) | |
TEST | ( | AcceptorTest | , |
Basic | |||
) |
Definition at line 47 of file AcceptorTest.cpp.
References config, wangle::Acceptor::forceStop(), wangle::Acceptor::getNumConnections(), wangle::Acceptor::getState(), wangle::Acceptor::init(), folly::EventBase::loop(), folly::EventBase::loopForever(), folly::AsyncServerSocket::newSocket(), folly::AsyncSocket::newSocket(), and folly::netops::socket().