Data Integrator (Python API)
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
utest.tStaticRTree.CTestStaticRTree2 Class Reference

Unit test for static R tree aimed to test overlapping intervals. More...

Inheritance diagram for utest.tStaticRTree.CTestStaticRTree2:
Inheritance graph
[legend]
Collaboration diagram for utest.tStaticRTree.CTestStaticRTree2:
Collaboration graph
[legend]

Public Member Functions

def setUpClass (cls)
 Class wide set up. More...
 
def test_010_bugfix (s)
 
def test_020_bugfix (s)
 
def test_030_bugfix (s)
 
- Public Member Functions inherited from utest.CompatibilityLayer.CCompatibilityLayerTestCase
def assertItemsEqual (s, x, y)
 Re-implementation of a function missing in Python 3. More...
 

Public Attributes

 Tree
 

Static Public Attributes

 suite = UT.TestLoader().loadTestsFromTestCase(CTestStaticRTree1);
 
 result = UT.TextTestRunner(verbosity=1).run(suite);
 

Detailed Description

Unit test for static R tree aimed to test overlapping intervals.

Member Function Documentation

◆ setUpClass()

def utest.tStaticRTree.CTestStaticRTree2.setUpClass (   cls)

Class wide set up.

    For more details, see CTestHSGeneIdConversion.
    @param cls  This class.

◆ test_010_bugfix()

def utest.tStaticRTree.CTestStaticRTree2.test_010_bugfix (   s)

◆ test_020_bugfix()

def utest.tStaticRTree.CTestStaticRTree2.test_020_bugfix (   s)

◆ test_030_bugfix()

def utest.tStaticRTree.CTestStaticRTree2.test_030_bugfix (   s)

Member Data Documentation

◆ result

utest.tStaticRTree.CTestStaticRTree2.result = UT.TextTestRunner(verbosity=1).run(suite);
static

◆ suite

utest.tStaticRTree.CTestStaticRTree2.suite = UT.TestLoader().loadTestsFromTestCase(CTestStaticRTree1);
static

◆ Tree

utest.tStaticRTree.CTestStaticRTree2.Tree

The documentation for this class was generated from the following file: