@@ -44,10 +44,12 @@ return testStruct; } - (void)setUp { + [super setUp]; + SEL selector = @selector(invocationTestMethod1::::); OFMethodSignature *signature = [self methodSignatureForSelector: selector]; _invocation = [[OFInvocation alloc] initWithMethodSignature: signature];