📄 auctiontest2.java
字号:
//$Id: AuctionTest2.java,v 1.1 2005/02/14 15:56:06 oneovthafew Exp $
package org.hibernate.test.bidi;
import junit.framework.Test;
import junit.framework.TestSuite;
/**
* @author Gavin King
*/
public class AuctionTest2 extends AuctionTest {
public AuctionTest2(String str) {
super(str);
}
protected String[] getMappings() {
return new String[] { "bidi/Auction2.hbm.xml" };
}
public static Test suite() {
return new TestSuite(AuctionTest2.class);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -