Class EverythingPasses
No-op validator which passes on every MetricsPlan, this is largely useful in unit testing and internal code.
Inherited Members
Namespace: Mangrove.MetricSetSyntaxTree.Operations
Assembly: MetricSetSyntaxTree.dll
Syntax
public class EverythingPasses : IMetricsPlanValidator, IGenericMetricsPlanTransformer<List<string>>
Methods
View SourceTransform(MetricsPlan)
Produce an empty collection of errors.
Declaration
public List<string> Transform(MetricsPlan plan)
Parameters
Type | Name | Description |
---|---|---|
MetricsPlan | plan |
Returns
Type | Description |
---|---|
List<String> |