Package org.eigenbase.test

Examples of org.eigenbase.test.DiffRepository.assertEquals()


            "\"$1.#x:x\", x,");
        actual = actual.replaceAll("stmt[0-9]+", "stmtx");

        // and diff it against what we expect
        final DiffRepository diffRepos = getDiffRepos();
        diffRepos.assertEquals(
            "expectedProgram",
            "${expectedProgram}",
            TestUtil.NL + actual);
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.