@Test
 public void initializeShouldTakeIsbn() throws Exception {
   ISBN isbn = mock(ISBN.class);
   isbnConstraintValidator.initialize(isbn);
 }