Data Integrator (Python API)
|
Unit test for static R tree aimed to test overlapping intervals. More...
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) |
![]() | |
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); | |
Unit test for static R tree aimed to test overlapping intervals.
def utest.tStaticRTree.CTestStaticRTree2.setUpClass | ( | cls | ) |
Class wide set up.
For more details, see CTestHSGeneIdConversion. @param cls This class.
def utest.tStaticRTree.CTestStaticRTree2.test_010_bugfix | ( | s | ) |
def utest.tStaticRTree.CTestStaticRTree2.test_020_bugfix | ( | s | ) |
def utest.tStaticRTree.CTestStaticRTree2.test_030_bugfix | ( | s | ) |
|
static |
|
static |
utest.tStaticRTree.CTestStaticRTree2.Tree |