Searched refs:shouldDoStuff (Results 1 – 3 of 3) sorted by relevance
12 @property (nonatomic, assign) int shouldDoStuff; property18 if(f.shouldDoStuff); [f nop];20 // CHECK-FIXES: if(f.shouldDoStuff) [f nop];
20 - (int)shouldDoStuff; method26 if([f shouldDoStuff]); [f nop];28 // CHECK-FIXES: if([f shouldDoStuff]) [f nop];
29 public void shouldDoStuff() throws Exception { in shouldDoStuff() method in SpyInjectionTest