我有一些Jemmy DragnDrop junit測試。下面是我的代碼的一些行 Point p1 = SwingUtilities.convertPoint(portletOper.getUIComponent().getBasicComponent(), new Point(0, 0), displayOper.getUIComponent().getBasicComponent());
ge
我正在使用NB JUnit和JUnit 4,果凍工具和Jemmy。 我在suite()函數中有一個非常標準的設置,遵循提供的教程。 public static Test suite() {
// run tests with specific configuration
NbModuleSuite.Configuration conf =
NbModuleSuit