fail("The test case is a prototype.");
}
/**
* Test of setBookName method, of class BookBean.
*/
@Test
public void testSetBookName() {
System.out.println("setBookName");
String bookName = "";
BookBean instance = new BookBean();
instance.setBookName(bookName);
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
}
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
文章来源于领测软件测试网 https://www.ltesting.net/