private void setUpSlots(ManagedSlotMappingConfiguration configuration2) {
   when(configuration2.getSlots()).thenReturn(slots);
   when(configuration2.isConfigured(slots[0])).thenReturn(true);
   when(configuration2.getSlotById(SLOT_ID)).thenReturn(slots[0]);
 }