BooCompiler.Tests.BooTestCaseUtil.AssertEquals C# (CSharp) Méthode

AssertEquals() public static méthode

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
Résultat void
        public static void AssertEquals(string message, CompileUnit expected, CompileUnit actual)
        {
            AssertEqualsByLine(message, ToXmlString(expected), ToXmlString(actual));
        }