TestSuite suite= new TestSuite(MathTest.class); ... Adds the tests from the given class to the suite ... From interface junit.framework.Test ...
確定! 回上一頁