Data Integrator (Python API)
Public Member Functions | List of all members
utest.tVariant.CTestAllele Class Reference

Unit test for allele functionality. More...

Inheritance diagram for utest.tVariant.CTestAllele:
Inheritance graph
[legend]
Collaboration diagram for utest.tVariant.CTestAllele:
Collaboration graph
[legend]

Public Member Functions

def test_010_chk_empty (s)
 
def test_020_chk_single (s)
 
def test_030_chk_single_wrong (s)
 
def test_040_chk_long (s)
 
def test_050_chk_long_wrong (s)
 
def test_100_cmp_single (s)
 
def test_110_cmp_single_n (s)
 
def test_120_cmp_single_wrong (s)
 
def test_130_cmp_long (s)
 
def test_140_str_left (s)
 
def test_150_str_right (s)
 
def test_160_str_left_wrong (s)
 
def test_170_str_right_wrong (s)
 
def test_180_wrong_obj (s)
 
def test_190_superlong (s)
 
- Public Member Functions inherited from utest.CompatibilityLayer.CCompatibilityLayerTestCase
def assertItemsEqual (s, x, y)
 Re-implementation of a function missing in Python 3. More...
 

Detailed Description

Unit test for allele functionality.

This test checks the expected functionality of allele comparison.

Member Function Documentation

◆ test_010_chk_empty()

def utest.tVariant.CTestAllele.test_010_chk_empty (   s)

◆ test_020_chk_single()

def utest.tVariant.CTestAllele.test_020_chk_single (   s)

◆ test_030_chk_single_wrong()

def utest.tVariant.CTestAllele.test_030_chk_single_wrong (   s)

◆ test_040_chk_long()

def utest.tVariant.CTestAllele.test_040_chk_long (   s)

◆ test_050_chk_long_wrong()

def utest.tVariant.CTestAllele.test_050_chk_long_wrong (   s)

◆ test_100_cmp_single()

def utest.tVariant.CTestAllele.test_100_cmp_single (   s)

◆ test_110_cmp_single_n()

def utest.tVariant.CTestAllele.test_110_cmp_single_n (   s)

◆ test_120_cmp_single_wrong()

def utest.tVariant.CTestAllele.test_120_cmp_single_wrong (   s)

◆ test_130_cmp_long()

def utest.tVariant.CTestAllele.test_130_cmp_long (   s)

◆ test_140_str_left()

def utest.tVariant.CTestAllele.test_140_str_left (   s)

◆ test_150_str_right()

def utest.tVariant.CTestAllele.test_150_str_right (   s)

◆ test_160_str_left_wrong()

def utest.tVariant.CTestAllele.test_160_str_left_wrong (   s)

◆ test_170_str_right_wrong()

def utest.tVariant.CTestAllele.test_170_str_right_wrong (   s)

◆ test_180_wrong_obj()

def utest.tVariant.CTestAllele.test_180_wrong_obj (   s)

◆ test_190_superlong()

def utest.tVariant.CTestAllele.test_190_superlong (   s)

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