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.*;
/**
*
* @author 雁过留声
*/
public class BookBeanTest {
public BookBeanTest() {
}
@BeforeClass
public static void setUpClass() throws Exception {
}
文章来源于领测软件测试网 https://www.ltesting.net/