예제 #1
0
 @Test
 public void bootstrapsNothing() throws Exception {
   bundle.initialize(bootstrap);
   verifyZeroInteractions(bootstrap);
 }