@Test
 public void testToString() {
   String expected = "\"The Death and Life of Great American Cities\" by Jane Jacobs [1961]";
   assertEquals(expected, book.toString());
 }