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

Unit test for static R tree functionality. More...

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

Public Member Functions

def setUpClass (cls)
 Class wide set up. More...
 
def test_010_noOverlap (s)
 
def test_015_noOverlap (s)
 
def test_020_singleOverlap (s)
 
def test_025_singleOverlap (s)
 
def test_030_singleOverlap (s)
 
def test_035_singleOverlap (s)
 
def test_040_singleOverlap (s)
 
def test_045_singleOverlap (s)
 
def test_050_doubleOverlaps (s)
 
def test_055_doubleOverlaps (s)
 
def test_060_doubleOverlaps (s)
 
def test_065_doubleOverlaps (s)
 
def test_070_doubleOverlaps (s)
 
def test_075_doubleOverlaps (s)
 
def test_080_doubleOverlaps (s)
 
def test_085_doubleOverlaps (s)
 
def test_090_doubleOverlaps (s)
 
def test_095_doubleOverlaps (s)
 
def test_100_tripleOverlap (s)
 
def test_105_tripleOverlap (s)
 
def test_110_tripleOverlap (s)
 
def test_115_tripleOverlap (s)
 
def test_120_tripleOverlap (s)
 
def test_125_tripleOverlap (s)
 
def test_130_tripleOverlap (s)
 
def test_135_tripleOverlap (s)
 
def test_140_singleIntersection (s)
 
def test_150_singleIntersection (s)
 
def test_160_complexIntersection (s)
 
def test_170_complexIntersection (s)
 
def test_180_complexIntersection (s)
 
def test_190_complexIntersection (s)
 
def test_200_complexIntersection (s)
 
def test_210_leftClosest (s)
 
def test_220_rightClosest (s)
 
def test_230_oneClosest (s)
 
def test_240_oneClosest (s)
 
def test_250_twoClosest (s)
 
def test_260_threeOvlClosest (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
 

Detailed Description

Unit test for static R tree functionality.

This test aims to check the functionality of CStaticRTree.

Member Function Documentation

◆ setUpClass()

def utest.tStaticRTree.CTestStaticRTree1.setUpClass (   cls)

Class wide set up.

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

◆ test_010_noOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_010_noOverlap (   s)

◆ test_015_noOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_015_noOverlap (   s)

◆ test_020_singleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_020_singleOverlap (   s)

◆ test_025_singleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_025_singleOverlap (   s)

◆ test_030_singleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_030_singleOverlap (   s)

◆ test_035_singleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_035_singleOverlap (   s)

◆ test_040_singleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_040_singleOverlap (   s)

◆ test_045_singleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_045_singleOverlap (   s)

◆ test_050_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_050_doubleOverlaps (   s)

◆ test_055_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_055_doubleOverlaps (   s)

◆ test_060_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_060_doubleOverlaps (   s)

◆ test_065_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_065_doubleOverlaps (   s)

◆ test_070_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_070_doubleOverlaps (   s)

◆ test_075_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_075_doubleOverlaps (   s)

◆ test_080_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_080_doubleOverlaps (   s)

◆ test_085_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_085_doubleOverlaps (   s)

◆ test_090_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_090_doubleOverlaps (   s)

◆ test_095_doubleOverlaps()

def utest.tStaticRTree.CTestStaticRTree1.test_095_doubleOverlaps (   s)

◆ test_100_tripleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_100_tripleOverlap (   s)

◆ test_105_tripleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_105_tripleOverlap (   s)

◆ test_110_tripleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_110_tripleOverlap (   s)

◆ test_115_tripleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_115_tripleOverlap (   s)

◆ test_120_tripleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_120_tripleOverlap (   s)

◆ test_125_tripleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_125_tripleOverlap (   s)

◆ test_130_tripleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_130_tripleOverlap (   s)

◆ test_135_tripleOverlap()

def utest.tStaticRTree.CTestStaticRTree1.test_135_tripleOverlap (   s)

◆ test_140_singleIntersection()

def utest.tStaticRTree.CTestStaticRTree1.test_140_singleIntersection (   s)

◆ test_150_singleIntersection()

def utest.tStaticRTree.CTestStaticRTree1.test_150_singleIntersection (   s)

◆ test_160_complexIntersection()

def utest.tStaticRTree.CTestStaticRTree1.test_160_complexIntersection (   s)

◆ test_170_complexIntersection()

def utest.tStaticRTree.CTestStaticRTree1.test_170_complexIntersection (   s)

◆ test_180_complexIntersection()

def utest.tStaticRTree.CTestStaticRTree1.test_180_complexIntersection (   s)

◆ test_190_complexIntersection()

def utest.tStaticRTree.CTestStaticRTree1.test_190_complexIntersection (   s)

◆ test_200_complexIntersection()

def utest.tStaticRTree.CTestStaticRTree1.test_200_complexIntersection (   s)

◆ test_210_leftClosest()

def utest.tStaticRTree.CTestStaticRTree1.test_210_leftClosest (   s)

◆ test_220_rightClosest()

def utest.tStaticRTree.CTestStaticRTree1.test_220_rightClosest (   s)

◆ test_230_oneClosest()

def utest.tStaticRTree.CTestStaticRTree1.test_230_oneClosest (   s)

◆ test_240_oneClosest()

def utest.tStaticRTree.CTestStaticRTree1.test_240_oneClosest (   s)

◆ test_250_twoClosest()

def utest.tStaticRTree.CTestStaticRTree1.test_250_twoClosest (   s)

◆ test_260_threeOvlClosest()

def utest.tStaticRTree.CTestStaticRTree1.test_260_threeOvlClosest (   s)

Member Data Documentation

◆ Tree

utest.tStaticRTree.CTestStaticRTree1.Tree

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