Anand Mazumdar created MESOS-4433:
-------------------------------------
Summary: Implement a callback testing interface for the Executor
Library
Key: MESOS-4433
URL: https://issues.apache.org/jira/browse/MESOS-4433
Project: Mesos
Issue Type: Task
Reporter: Anand Mazumdar
Assignee: Anand Mazumdar
Currently, we do not have a mocking based callback interface for the executor
library. This should look similar to the ongoing work for MESOS-3339 i.e. the
corresponding issue for the scheduler library.
The interface should allow us to set expectations like we do for the driver. An
example:
{code}
EXPECT_CALL(executor, connected())
.Times(1)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)