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 {
}
文章來源于領測軟件測試網 http://www.kjueaiud.com/