Table of Contents

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

string

Details

Code location details (including methods, line numbers, columns and snippets), provided by:

  • DotCover
  • CodeClimate
public List<AdapterFindingLocationDetail> Details { get; set; }

Property Value

List<AdapterFindingLocationDetail>

FilePath

Source of the Model/Code/..., provided by:

  • CodeClimate
  • JUnit (if file attribute exists)
  • DotCover
  • MXAM
public string FilePath { get; set; }

Property Value

string

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

string

ModelInnerPath

Inner path of the model (Subsystem), provided by:

  • MXAM
public string ModelInnerPath { get; set; }

Property Value

string

ModelName

Name of the model, provided by:

  • MXAM
public string ModelName { get; set; }

Property Value

string