C# 클래스 Xunit.Runner.Reporters.JsonExtentions

파일 보기 프로젝트 열기: xunit/xunit

공개 메소드들

메소드 설명
ToJson ( this errorMessage ) : string
ToJson ( this testCollectionStarting, string flowId ) : string
ToJson ( object>.this data ) : string

비공개 메소드들

메소드 설명
AddValue ( System.StringBuilder sb, string name, object value ) : void
JsonEscape ( string value ) : string
initObject ( string messageName, object message, Type messageType, string flowId = null ) : object>.Dictionary

메소드 상세

ToJson() 공개 정적인 메소드

public static ToJson ( this errorMessage ) : string
errorMessage this
리턴 string

ToJson() 공개 정적인 메소드

public static ToJson ( this testCollectionStarting, string flowId ) : string
testCollectionStarting this
flowId string
리턴 string

ToJson() 공개 정적인 메소드

public static ToJson ( object>.this data ) : string
data object>.this
리턴 string