C# Class Microsoft.CodeAnalysis.Sarif.JsonTests

Show file Open project: Microsoft/sarif-sdk

Protected Properties

Property Type Description
DefaultResult Result
DefaultRun Run
DefaultTool Tool
SarifFormatVersion string
SarifSchemaUri string

Protected Methods

Method Description
GetJson ( Action testContent ) : string
JsonTests ( ) : System

Method Details

GetJson() protected static method

protected static GetJson ( Action testContent ) : string
testContent Action
return string

JsonTests() protected method

protected JsonTests ( ) : System
return System

Property Details

DefaultResult protected static property

protected static Result DefaultResult
return Result

DefaultRun protected static property

protected static Run,Microsoft.CodeAnalysis.Sarif DefaultRun
return Run

DefaultTool protected static property

protected static Tool,Microsoft.CodeAnalysis.Sarif DefaultTool
return Tool

SarifFormatVersion protected static property

protected static string SarifFormatVersion
return string

SarifSchemaUri protected static property

protected static string SarifSchemaUri
return string