Package xbot.common.logging
Class LoudRobotAssertionManager
java.lang.Object
xbot.common.logging.RobotAssertionManager
xbot.common.logging.LoudRobotAssertionManager
Version of RobotAssertionManager that allows exceptions to be thrown. Should
only be used off-robot or during controlled testing sessions; should never
be used in competition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
boolean
Methods inherited from class xbot.common.logging.RobotAssertionManager
assertTrue, fail, throwException, throwException
-
Constructor Details
-
LoudRobotAssertionManager
@Inject public LoudRobotAssertionManager()
-
-
Method Details
-
handlePlatformException
- Specified by:
handlePlatformException
in classRobotAssertionManager
-
isExceptionsEnabled
public boolean isExceptionsEnabled()- Specified by:
isExceptionsEnabled
in classRobotAssertionManager
-