proxygen
TestUtil.cpp File Reference
#include <folly/experimental/TestUtil.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <boost/regex.hpp>
#include <folly/Exception.h>
#include <folly/File.h>
#include <folly/FileUtil.h>
#include <folly/Memory.h>
#include <folly/String.h>
#include <folly/portability/Fcntl.h>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 
 folly::test
 
 folly::test::detail
 

Functions

SavedState folly::test::detail::disableInvalidParameters ()
 
void folly::test::detail::enableInvalidParameters (SavedState)
 
bool folly::test::detail::hasPCREPatternMatch (StringPiece pattern, StringPiece target)
 
bool folly::test::detail::hasNoPCREPatternMatch (StringPiece pattern, StringPiece target)