Qore jni Module  1.0.1
Package org.qore.lang.qunit

Classes

class  AbstractTestResult
 The base class for test results. More...
 
class  Test
 Base class (wrapping the Qore QUnit::Test class) representing a simple test, implements an implicit main() method and all utility methods for testing. More...
 
interface  TestCode
 This class is used for test code taking no arguments. More...
 
interface  TestCodeArgs
 This class is used for test code taking an arbitrary number of arguments. More...
 
interface  TestCondition
 This class is used for test code taking no arguments. More...
 
interface  TestConditionArgs
 This class is used for test code taking an arbitrary number of arguments. More...
 
class  TestResultExceptionDetail
 Class representing Exception of a particular type with a particular detail message. More...
 
class  TestResultExceptionRegexp
 Class representing Exception of a particular type and matching regexp for detail. More...
 
class  TestResultExceptionSubstring
 Class representing Exception of a particular type and matching regexp for detail. More...
 
class  TestResultExceptionType
 Class representing Exception of a particular type. More...
 
class  TestResultFailure
 Class representing test call failure, both general (without detail) and specific (with detail) More...
 
class  TestResultSuccess
 Class representing boolean True. More...
 
class  TestResultValue
 Class representing boolean True. More...
 

Detailed Description

Java wrapper for the Qore QUnit::Test class

Java wrapper for the Qore QUnit::AbstractTestResult class

Java wrapper for the Qore QUnit::TestResultValue class

Java wrapper for the Qore QUnit::TestResultSuccess class

Java wrapper for the Qore QUnit::TestResultFailure class

Java wrapper for the Qore QUnit::TestResulExceptionType class

Java wrapper for the Qore QUnit::TestResulExceptionDetail class

Java wrapper for the Qore QUnit::TestResultExceptionRegexp class

Java wrapper for the Qore QUnit::TestResultExceptionSubstring class