*/
@Test
public void testSetBookISBN() {
System.out.println("setBookISBN");
String bookISBN = "";
BookBean instance = new BookBean();
instance.setBookISBN(bookISBN);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of getBookName method, of class BookBean.
*/
@Test
public void testGetBookName() {
System.out.println("getBookName");
BookBean instance = new BookBean();
String expResult = "";
String result = instance.getBookName();
assertEquals(expResult, result);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
文章来源于领测软件测试网 https://www.ltesting.net/