List Question
20 TechQA 2022-07-12T16:11:31.403000Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_OCMArg"
415 views
Asked by Shwetha Padmanabhan
[OCMock]A question about the andDo function
84 views
Asked by 景鹏旭
[OCMock][OCMVerify]Why does OCMVerify still pass when I don’t call a method?
387 views
Asked by 景鹏旭
OCMVerify crashes test after a mocked callback
74 views
Asked by hao chen
Did not record an invocation in OCMStub/OCMExpect/OCMReject
952 views
Asked by Jacobo
Test if a function is called in Unit Testing for Objective C
644 views
Asked by Brainfreeze
In Objective-C, how can I make a typedef for a composed object?
443 views
Asked by h.and.h
'OCMock/OCMockObject.h' file not found
179 views
Asked by Alan K
Proper usage of OCMock with Singleton
177 views
Asked by Mike.R
How to mock a C++ function in Objective C testing
288 views
Asked by Brainfreeze
OCMock test if method does nothing but is called
86 views
Asked by h.and.h
How can I get a nested objective-c async method to execute under test using mocks and expectations?
163 views
Asked by Jamie M.
OCMock/OCMVerify - Expression result unused
208 views
Asked by Matt Robinson
OCMock for dispatch_async without callback
479 views
Asked by Malachi Holden
OCMock: invokeBlockWithArgs vs checkWithBlock
862 views
Asked by CodeBrew
OCMock: OCMVerify times gets wrong count when using OCMPartialMock
288 views
Asked by Clay Zhu
OCMock constraints const char * arguments
35 views
Asked by John
Is there a way to test an instance variable in objective c?
522 views
Asked by zazky
Using OCMock to mock an internal object and change the behavior of a instance selector
447 views
Asked by Locksleyu