C# 클래스 ExpectBetter.Codegen.Errors

파일 보기 프로젝트 열기: benjamin-bader/ExpectBetter

공개 메소드들

메소드 설명
BadMatch ( string actualDesc, string expectedDesc, bool inverted, object actual, string methodName, object expectedArgs ) : void
GiveBugReport ( Exception ex ) : void
IllegalNullActual ( ) : void

비공개 메소드들

메소드 설명
DescriptionOfExpected ( object expectedArgs ) : string
Stringify ( this collection, string>.Func toString, StringBuilder sb = null ) : StringBuilder
ToStringRespectingNullsAndEnumerables ( object obj ) : string

메소드 상세

BadMatch() 공개 정적인 메소드

public static BadMatch ( string actualDesc, string expectedDesc, bool inverted, object actual, string methodName, object expectedArgs ) : void
actualDesc string
expectedDesc string
inverted bool
actual object
methodName string
expectedArgs object
리턴 void

GiveBugReport() 공개 정적인 메소드

public static GiveBugReport ( Exception ex ) : void
ex System.Exception
리턴 void

IllegalNullActual() 공개 정적인 메소드

public static IllegalNullActual ( ) : void
리턴 void