Searched refs:stubInfo (Results 1 – 9 of 9) sorted by relevance
41 private StubInfo stubInfo; field in InvocationImpl124 public StubInfo stubInfo() { in stubInfo() method in InvocationImpl125 return stubInfo; in stubInfo()128 public void markStubbed(StubInfo stubInfo) { in markStubbed() argument129 this.stubInfo = stubInfo; in markStubbed()
39 private StubInfo stubInfo; field in InterceptedInvocation86 public StubInfo stubInfo() { in stubInfo() method in InterceptedInvocation87 return stubInfo; in stubInfo()91 public void markStubbed(StubInfo stubInfo) { in markStubbed() argument92 this.stubInfo = stubInfo; in markStubbed()
62 StubInfo stubInfo(); in stubInfo() method69 void markStubbed(StubInfo stubInfo); in markStubbed() argument
65 … return (invocation.stubInfo() == null) ? null : invocation.stubInfo().stubbedAt().toString(); in getLocationOfStubbing()
33 if (i.stubInfo() != null) { in printInvocations()34 out += line(" stubbed: " + i.stubInfo().stubbedAt().toString()); in printInvocations()
35 if (i.stubInfo() != null) { in printInvocations()36 sb.append(" - stubbed ").append(i.stubInfo().stubbedAt()).append("\n"); in printInvocations()
19 if (i.stubInfo() != null) { in getStubbingArgMismatches()
188 if (in.stubInfo() != null) { in ignoreStubs()
META-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...