Searched defs:invocation (Results 1 – 6 of 6) sorted by relevance
144 public Object answer(InvocationOnMock invocation) { in answer()
241 public boolean stopInvocation(ITestInvocation invocation) throws UnsupportedOperationException; in stopInvocation()
1843 public synchronized boolean stopInvocation(ITestInvocation invocation) { in stopInvocation()
404 Mockito.doAnswer((invocation) -> { in notifyTwiceEntriesWrittenIfCdChanged() argument
113 default Boolean answer(InvocationOnMock invocation) throws Exception { in answer()
450 SuiteResultHolder invocation = new SuiteResultHolder(); in parseResults() local