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