Class AdapterFindingLocation
- Namespace
- MES.MQC.DataSourceLibrary.Models.Adapters
- Assembly
- MES.MQC.DataSourceLibrary.dll
All existing location information of finding
public class AdapterFindingLocation
- Inheritance
-
AdapterFindingLocation
- Inherited Members
Properties
ClassName
Fully qualified class name (including namespace), provided by:
- DotCover
- JUnit (if typeOf property exists)
public string ClassName { get; set; }
Property Value
Details
Code location details (including methods, line numbers, columns and snippets), provided by:
- DotCover
- CodeClimate
public List<AdapterFindingLocationDetail> Details { get; set; }
Property Value
FilePath
Source of the Model/Code/..., provided by:
- CodeClimate
- JUnit (if file attribute exists)
- DotCover
- MXAM
public string FilePath { get; set; }
Property Value
MethodName
Method name, provided by:
- DotCover (if FindingType is set to Method or Statement)
- JUnit (if typeOf property exists)
public string MethodName { get; set; }
Property Value
ModelInnerPath
Inner path of the model (Subsystem), provided by:
- MXAM
public string ModelInnerPath { get; set; }
Property Value
ModelName
Name of the model, provided by:
- MXAM
public string ModelName { get; set; }