Méthode | Description | |
---|---|---|
EnhancedIgnoreFileList ( IRunner runner, string fileName, bool fAutoUpdateIgnores ) : System | ||
UpdateIgnores ( Collection |
Updates the file that lists ignored defects Go through the file(s) with ignored defects. Anything listed that is no longer reported as a defect in defects is commented out. |
Méthode | Description | |
---|---|---|
UpdateIgnoreFile ( string fileName, List |
||
UpdateIgnoreList ( Collection |
Méthode | Description | |
---|---|---|
Add ( IDictionary |
||
AddList ( IMetadataTokenProvider metadata, IEnumerable |
||
Parse ( ) : void | ||
ProcessLine ( string line ) : void | ||
Push ( string fileName ) : void | ||
Resolve ( ) : void | ||
TearDown ( ) : void |
public EnhancedIgnoreFileList ( IRunner runner, string fileName, bool fAutoUpdateIgnores ) : System | ||
runner | IRunner | |
fileName | string | |
fAutoUpdateIgnores | bool | |
Résultat | System |
protected UpdateIgnoreFile ( string fileName, List |
||
fileName | string | |
ignoreLineNumbers | List |
|
Résultat | void |
protected UpdateIgnoreList ( Collection |
||
defects | Collection |
|
Résultat | void |
public UpdateIgnores ( Collection |
||
defects | Collection |
Detected defects from a run without applying ignored list. |
Résultat | void |