SlipGURU Dipartimento di Informatica e Scienze dell'Informazione Università Degli Studi di Genova

t Package

t Package

Provides unit tests for KDVS.

core Module

Created on Sep 12, 2011

@author: grzegorz

class kdvs.tests.t.core.TestLog(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
tearDown()
test_NullLogger()
test_StreamLogger1()
test_StreamLogger2()
test_RFLogger1()
test_RFLogger2()
testRFLogger3()
class kdvs.tests.t.core.TestDep(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_positive()
test_negative()
class kdvs.tests.t.core.TestAction(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_ActionSpec1()
test_ActionSpec2()
test_ActionSpec3()
test_ActionSpec4()
class kdvs.tests.t.core.TestEnv(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
tearDown()
test_ExecEnv1()
test_ExecEnv2()
test_ExecEnv3()
test_ExecEnv4()
test_LoggedExecEnv1()
test_LoggedExecEnv2()
test_LoggedExecEnv3()
test_CondExecEnv1()
test_CondExecEnv2()
test_postActionCb1()
test_postActionCb2()
class kdvs.tests.t.core.TestConfig(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_Config1()
test_Config2()
test_Config3()
class kdvs.tests.t.core.TestProvider(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_FileProvider1()
test_SQLite3DBProvider1()
class kdvs.tests.t.core.TestDBManager(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
tearDown()
test_DBManager0()
test_DBManager1()
test_DBManager2()
test_DBManager3()
test_DBManager4()
test_DBManager5()
test_DBManager6()
class kdvs.tests.t.core.TestIsListOrTuple(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_IsListOrTuple()
class kdvs.tests.t.core.TestIsTuple(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_IsTuple()
class kdvs.tests.t.core.TestIsIntegralNumber(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_IsIntegralNumber()
class kdvs.tests.t.core.TestEmptyGenerator(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_emptyGenerator()
class kdvs.tests.t.core.TestClassName(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

test_className()
class kdvs.tests.t.core.TestCommentSkipper(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_CommentSkipper1()
class kdvs.tests.t.core.TestParametrizable1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_init1()
test_init2()
test_init3()
test_init4()
test_init5()
test_init6()
class kdvs.tests.t.core.TestConfigurable1(methodName='runTest')

Bases: unittest.case.TestCase

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

setUp()
test_init1()
test_init2()
test_init3()
test_init4()

Table Of Contents