C# Class Microsoft.CodeAnalysis.Sarif.JsonTests

Datei anzeigen 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_oe static_oe property

protected static Result DefaultResult
return Result

DefaultRun protected_oe static_oe property

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

DefaultTool protected_oe static_oe property

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

SarifFormatVersion protected_oe static_oe property

protected static string SarifFormatVersion
return string

SarifSchemaUri protected_oe static_oe property

protected static string SarifSchemaUri
return string