Package org.protelis.test.observer
Interface ExceptionObserver
- All Known Implementing Classes:
SimpleExceptionObserver
public interface ExceptionObserver
This observer intercepts an exception thrown during the tests.
-
Method Summary
Modifier and TypeMethodDescriptionvoidAn exception has been thrown.
-
Method Details
-
exceptionThrown
An exception has been thrown.- Parameters:
ex- exception
-
getExceptionList
- Returns:
- list of all the thrown exception
-
getLastException
- Returns:
- last thrown exception
-
getFirstException
- Returns:
- first thrown exception
-