标签: java junit import
我的问题是;例如,当我从JUnit库导入类时,我想要的确切类是:Result, JUnitCore, notification.failure
Result, JUnitCore, notification.failure
这些可在junit.runner父类中找到。
junit.runner
所以如果我导入为:
import org.junit.runner.*;
......它会被视为良好做法吗?因为通过这样做我肯定也会导入不需要的类。