17 #ifndef __TESTS_MOCK_REGISTRAR_HPP__
18 #define __TESTS_MOCK_REGISTRAR_HPP__
22 #include <gmock/gmock.h>
61 #endif // __TESTS_MOCK_REGISTRAR_HPP__
process::Future< bool > unmocked_apply(process::Owned< master::RegistryOperation > operation)
Definition: mock_registrar.hpp:39
Definition: registrar.hpp:91
MockRegistrar(const master::Flags &flags, mesos::state::State *state, const Option< std::string > &authenticationRealm=None())
virtual process::Future< bool > apply(process::Owned< RegistryOperation > operation)
MOCK_METHOD1(apply, process::Future< bool >(process::Owned< master::RegistryOperation > operation))