Qore jni Module 2.4.0
Loading...
Searching...
No Matches
org.qore.lang.qunit.TestResultFailure Class Reference

Class representing test call failure, both general (without detail) and specific (with detail). More...

Inheritance diagram for org.qore.lang.qunit.TestResultFailure:
org.qore.lang.qunit.AbstractTestResult org.qore.jni.QoreObjectWrapper

Public Member Methods

 TestResultFailure (String s) throws Throwable
 Instantiate an annotated failure with string detail.
Public Member Methods inherited from org.qore.lang.qunit.AbstractTestResult
boolean equals (AbstractTestResult r) throws Throwable
 compare two results for equality
String toString ()
 returns a string reprensentation of the result
Public Member Methods inherited from org.qore.jni.QoreObjectWrapper
 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

Additional Inherited Members

Private Member Methods inherited from org.qore.lang.qunit.AbstractTestResult
 AbstractTestResult (QoreObject obj) throws Throwable
 creates the object based on the given Qore object
Private Attributes inherited from org.qore.jni.QoreObjectWrapper
QoreObject obj
 the wrapper Qore object

Detailed Description

Class representing test call failure, both general (without detail) and specific (with detail).

Deprecated
Use dynamic imports instead: import qoremod.QUnit.TestResultFailure;

The documentation for this class was generated from the following file:
  • src/java/org/qore/lang/qunit/TestResultFailure.java