コード例 #1
0
 private void testsToExpect(JavaClass... tests) {
   when(testDetector.findTestsToRun(updatedFiles)).thenReturn(newHashSet(tests));
 }