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