Interface | Description |
---|---|
DiagnosticFrequencyMap |
A simple collector of diagnostics that maps them in a histogram by severity.
|
IFeatureConstraint |
Interface that checks whether a given value
complies with constraints defined by a given feature.
|
PreSetValidationService |
Pre-set validation service that checks whether a given value
complies with constraints defined by a given feature.
|
PreSetValidationServiceRunnable |
Function that receives the
PreSetValidationService as an input parameter. |
Class | Description |
---|---|
DiagnosticFrequencyMap_Test |
Test cases for the
DiagnosticFrequencyMap type. |
DiagnosticFrequencyMap_Test.Limited | |
DiagnosticFrequencyMap_Test.Unlimited | |
DiagnosticFrequencyMap.Limited |
A frequency map of limited size that collects up to and no more than a certain
number of diagnostics, keeping the most severe of them.
|
DiagnosticFrequencyMap.Unlimited |
A frequency map of unlimited size that keeps all diagnostics added to it.
|
Copyright © 2019. All rights reserved.