defects#

Created on Thu May 11 16:33:19 2023

@author: villa

Classes

DefectEntryTest([methodName])

Provides methods to test DefectEntry objects

DefectTest([methodName])

Provides methods to test Defect objects

class DefectEntryTest(methodName='runTest')[source]#

Bases: DefermiTest

Provides methods to test DefectEntry objects

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.

assert_DefectEntry_equal(entry1, entry2)[source]#
class DefectTest(methodName='runTest')[source]#

Bases: DefermiTest

Provides methods to test Defect objects

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.

assert_Defect_equal(defect1, defect2)[source]#