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

data Package

Null Module

Created on Mar 6, 2013

@author: grzegorz

class kdvs.tests.t.fw.impl.data.Null.TestNullCategorizer1(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_init1()
test_init2()
test_init3()
class kdvs.tests.t.fw.impl.data.Null.TestNullOrderer1(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_init1()
test_build1()
test_order1()

PKDrivenData Module

Created on Mar 6, 2013

@author: grzegorz

class kdvs.tests.t.fw.impl.data.PKDrivenData.MockPKCIDMap(pkc2id)

Bases: kdvs.fw.Map.PKCIDMap

build(*args, **kwargs)
class kdvs.tests.t.fw.impl.data.PKDrivenData.TestPKDrivenDataManager1(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_init1()
test_getSubset1()
class kdvs.tests.t.fw.impl.data.PKDrivenData.TestPKDrivenDBDataManager1(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_init1()
test_getSubset1()
test_getSubset2()
test_getSubset3()
test_getSubset4()
test_categorizeSubset1()
test_categorizeSubset2()
class kdvs.tests.t.fw.impl.data.PKDrivenData.TestPKDrivenDBSubsetHierarchy1(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_init1()
test_init2()

SubsetSize Module

Created on Mar 6, 2013

@author: grzegorz

class kdvs.tests.t.fw.impl.data.SubsetSize.MockDataset(name, rows)

Bases: object

class kdvs.tests.t.fw.impl.data.SubsetSize.TestSubsetSizeCategorizer1(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_categorize1()
test_categorize2()
test_categorize3()
test_categorize4()
class kdvs.tests.t.fw.impl.data.SubsetSize.TestSubsetSizeOrderer1(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_build1()
test_build2()
test_order1()
test_order2()

Table Of Contents