public void tearDown() throws Exception {
}
@Test
public void test() throws Exception {
SceneDock scene = new SceneDock();
NodeDock envelope = new NodeDock(scene.asParent(), Envelope.class);
// Point start = new Point(47, 290);
// Point end = new Point(47, 200);
// Mouse mouse = envelope.mouse();
// mouse.move(start);