< Summary

Information
Class: ValidateLib.ErrorsAndWarnings.Errors.Specific.UnsupportedSchemeError
Assembly: validatelib.dll
File(s): C:\skola_karlovka\RP\code\csv-validator\CSV_Validator\ValidateLib\ErrorsAndWarnings\Errors\Specific\UnsupportedSchemeError.cs
Line coverage
0%
Covered lines: 0
Uncovered lines: 1
Coverable lines: 1
Total lines: 8
Line coverage: 0%
Branch coverage
N/A
Covered branches: 0
Total branches: 0
Branch coverage: N/A
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

Metrics

MethodBlocks covered Blocks not covered
UnsupportedSchemeError(...)02

File(s)

C:\skola_karlovka\RP\code\csv-validator\CSV_Validator\ValidateLib\ErrorsAndWarnings\Errors\Specific\UnsupportedSchemeError.cs

#LineLine coverage
 1namespace ValidateLib.ErrorsAndWarnings.Errors.Specific
 2{
 3    public class UnsupportedSchemeError : GeneralError
 4    {
 05        public UnsupportedSchemeError(string parameter) : base(parameter) { }
 6
 7    }
 8}

Methods/Properties

UnsupportedSchemeError(string)