abbot.tester
Class RobotVerifier

java.lang.Object
  extended by abbot.tester.RobotVerifier

public class RobotVerifier
extends Object

Provides methods to verify that the robot on the current platform works properly.


Method Summary
static void main(String[] args)
          Quick printout of whether the robot works.
static boolean verify(Robot robot)
          Auto-detect whether the robot actually works.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

verify

public static boolean verify(Robot robot)
Auto-detect whether the robot actually works. Use this to tell whether we're in w32 service mode without access to the desktop.

Returns:
false if the robot fails.

main

public static void main(String[] args)
Quick printout of whether the robot works.



Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge