Class representing Exception of a particular type and matching regexp for detail.
More...
|
| | TestResultExceptionSubstring (String exceptionType, String exceptionSubstring) throws Throwable |
| | creates the object from the exception arguments
|
|
boolean | equals (AbstractTestResult r) throws Throwable |
| | compare two results for equality
|
|
String | toString () |
| | returns a string reprensentation of the result
|
|
| QoreObjectWrapper (QoreObject obj) |
| | creates the wrapper object with the Qore object
|
|
void | release () |
| | releases the Qore object; do not call any further methods on the object after this call
|
|
QoreObject | getQoreObject () |
| | returns the Qore object
|
|
String | className () |
| | returns the class name for the Qore object
|
|
boolean | instanceOf (String class_name) |
| | returns true if the object is an instance of the given class
|
|
|
| AbstractTestResult (QoreObject obj) throws Throwable |
| | creates the object based on the given Qore object
|
|
QoreObject | obj |
| | the wrapper Qore object
|
Class representing Exception of a particular type and matching regexp for detail.
- Deprecated
- Use dynamic imports instead: import qoremod.QUnit.TestResultExceptionSubstring;
◆ TestResultExceptionSubstring()
| org.qore.lang.qunit.TestResultExceptionSubstring.TestResultExceptionSubstring |
( |
String | exceptionType, |
|
|
String | exceptionSubstring ) throws Throwable |
|
inline |
creates the object from the exception arguments
- Parameters
-
| exceptionType | corresponds to the "err" key of ExceptionInfo (the first value of a throw statement) |
| exceptionSubstring | a substring to be matched with the "desc" key of ExceptionInfo |
The documentation for this class was generated from the following file:
- src/java/org/qore/lang/qunit/TestResultExceptionSubstring.java