Page Speed Optimization Libraries
1.13.35.1
|
#include "base/logging.h"
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/condvar.h"
#include "pagespeed/kernel/base/function.h"
#include "pagespeed/kernel/base/gtest.h"
#include "pagespeed/kernel/base/scoped_ptr.h"
#include "pagespeed/kernel/base/thread_system.h"
Go to the source code of this file.
Classes | |
class | net_instaweb::WorkerTestBase |
class | net_instaweb::WorkerTestBase::CountFunction |
A closure that increments a variable on running. More... | |
class | net_instaweb::WorkerTestBase::SyncPoint |
A way for one thread to wait for another. More... | |
class | net_instaweb::WorkerTestBase::NotifyRunFunction |
Notifies of itself having run on a given SyncPoint. More... | |
class | net_instaweb::WorkerTestBase::WaitRunFunction |
Waits on a given SyncPoint before completing Run() More... | |
class | net_instaweb::DeleteNotifyFunction |
Function that signals on destruction and check fails when run. More... | |
Namespaces | |
net_instaweb | |
Unit-test framework for wget fetcher. | |