defects#
Created on Thu May 11 16:33:19 2023
@author: villa
Classes
|
Provides methods to test DefectEntry objects |
|
Provides methods to test Defect objects |
- class DefectEntryTest(methodName='runTest')[source]#
Bases:
DefermiTestProvides 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.
- class DefectTest(methodName='runTest')[source]#
Bases:
DefermiTestProvides 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.