Apache Mesos
Namespaces | Functions
utils.hpp File Reference
#include <stdint.h>
#include <string>
#include <stout/ip.hpp>
#include <stout/json.hpp>
#include <stout/try.hpp>

Go to the source code of this file.

Namespaces

 mesos
 
 mesos::internal
 
 mesos::internal::tests
 

Functions

JSON::Object mesos::internal::tests::Metrics ()
 
template<typename T >
bool mesos::internal::tests::metricEquals (const std::string &metric, const T &value)
 
std::string mesos::internal::tests::getModulePath (const std::string &name)
 
std::string mesos::internal::tests::getLibMesosPath ()
 
std::string mesos::internal::tests::getLauncherDir ()
 
std::string mesos::internal::tests::getTestHelperPath (const std::string &name)
 
std::string mesos::internal::tests::getTestScriptPath (const std::string &name)
 
std::string mesos::internal::tests::getTestHelperDir ()
 
std::string mesos::internal::tests::getSbinDir ()
 
std::string mesos::internal::tests::getWebUIDir ()
 
Try< uint16_t > mesos::internal::tests::getFreePort ()
 
Try< net::IP::Networkmesos::internal::tests::getNonLoopbackIP ()