Searched refs:captor (Results 1 – 1 of 1) sorted by relevance
435 ArgumentCaptor<Description> captor = ArgumentCaptor.forClass(Description.class); in testReportIteration_noIterationSet() local439 verify(notifier).fireTestStarted(captor.capture()); in testReportIteration_noIterationSet()442 captor.getValue() in testReportIteration_noIterationSet()454 ArgumentCaptor<Description> captor = ArgumentCaptor.forClass(Description.class); in testReportIteration_withIteration_withDefaultSeparator() local459 verify(notifier).fireTestStarted(captor.capture()); in testReportIteration_withIteration_withDefaultSeparator()462 captor.getValue() in testReportIteration_withIteration_withDefaultSeparator()476 ArgumentCaptor<Description> captor = ArgumentCaptor.forClass(Description.class); in testReportIteration_withIteration_withCustomSeparator() local481 verify(notifier).fireTestStarted(captor.capture()); in testReportIteration_withIteration_withCustomSeparator()484 captor.getValue().getClassName().matches(String.join(sep, "^.*", "7$"))); in testReportIteration_withIteration_withCustomSeparator()