通過繼承 JUnit
public class SampleEjbBeanTest extends JUnit
創建 Bean 的一個 remoteInterface 類型的類變量
SampleEjb remoteInterface
創建測試類的一個靜態實例
static {
instance = new SampleEjbBeanTest(
}
因為該實例被用來作為 TestRunner 的 run 方法的一個參數以執行 TestClass
public static void main(String args[])
{
if (args
if (args[
JUnit
}
else {
JUnit
}
}
else {
//formatting the Output
System
String className = instance
className = className
System
System
JUnit
}
}
[
From:http://tw.wingwit.com/Article/program/Java/ky/201311/29249.html