测试用例:
import static org.junit.Assert.*;
import org.junit.Test;
public class BookTest {
@Test public void test() { fail("Not yet implemented"); }
}
测试截图: