public static void main(String args[]){ OSExecute.command("java net.mindview.atunit.AtUnit AtUnitExample"); }
}
------解决方案-------------------- mark
------解决方案-------------------- mark too
------解决方案-------------------- 把@Test都去掉 OSExecute.command("java net.mindview.atunit.AtUnit AtUnitExample"); 你是没有OSExecute这个类的 这是作者自己在 net.mindview.atunit.*; net.mindview.util.*; 这两个包中实现的