While using OCMock 3 tool for testing iOS. which Of the following commands can create a mock Object.
which can be used as an instance of an Object that implements ExampleProtocol?
Correct Answer:
id protocolMock = OCMProtocolMock(@protocol(ExampleProtocol));
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Mobile App Testing MCQ Questions
Mobile App Testing MCQs | Topic-wise