C# 클래스 BooCompiler.Tests.BooTestCaseUtil

Helper methods for testing the boo libraries.
파일 보기 프로젝트 열기: boo/boo-lang 1 사용 예제들

공개 메소드들

메소드 설명
AssertEquals ( string message, Boo.Lang.Compiler.Ast.CompileUnit expected, Boo.Lang.Compiler.Ast.CompileUnit actual ) : void
AssertEqualsByLine ( string sample, string expected, string actual ) : void
GetTestCasePath ( string sample ) : string
LoadSample ( string fname ) : string
ToXmlString ( Node node ) : string

메소드 상세

AssertEquals() 공개 정적인 메소드

public static AssertEquals ( string message, Boo.Lang.Compiler.Ast.CompileUnit expected, Boo.Lang.Compiler.Ast.CompileUnit actual ) : void
message string
expected Boo.Lang.Compiler.Ast.CompileUnit
actual Boo.Lang.Compiler.Ast.CompileUnit
리턴 void

AssertEqualsByLine() 공개 정적인 메소드

public static AssertEqualsByLine ( string sample, string expected, string actual ) : void
sample string
expected string
actual string
리턴 void

GetTestCasePath() 공개 정적인 메소드

public static GetTestCasePath ( string sample ) : string
sample string
리턴 string

LoadSample() 공개 정적인 메소드

public static LoadSample ( string fname ) : string
fname string
리턴 string

ToXmlString() 공개 정적인 메소드

public static ToXmlString ( Node node ) : string
node Node
리턴 string