ConnectTool
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
unittest_module_db.TestDB Class Reference
Inheritance diagram for unittest_module_db.TestDB:
Inheritance graph
[legend]
Collaboration diagram for unittest_module_db.TestDB:
Collaboration graph
[legend]

Public Member Functions

def test_find_element_empty
 
def test_find_element_absent
 
def test_find_element_unique
 
def test_find_element_multiple
 
def test_find_element_all
 
def test_add_element_new
 
def test_add_element_old
 
def test_add_element_duplicated
 
def test_remove_element
 
def test_update_element
 
def test_reinit_element
 

Member Function Documentation

def unittest_module_db.TestDB.test_add_element_duplicated (   self)
Add an old duplicated element in db.
Should raise a DBError exception.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_add_element_new (   self)
Add a new element in db.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_add_element_old (   self)
Add an old element in db.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_find_element_absent (   self)
Find a non existing element in db through its scraft.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_find_element_all (   self)
Find all elements in db.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_find_element_empty (   self)
Find an element in an empty db.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_find_element_multiple (   self)
Find a non unique in db through its operation_mode.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_find_element_unique (   self)
Find a unique element in db through its scraft.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_reinit_element (   self)
Put to default values all columns of an element in db.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_remove_element (   self)
Remove en element in db.

Here is the call graph for this function:

def unittest_module_db.TestDB.test_update_element (   self)
Update an element in db.

Here is the call graph for this function:


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