Package org.eigenbase.test

Examples of org.eigenbase.test.DiffRepository


            "\"(FtrsIndexScanRel|AspenOldToIteratorConverter).#[0-9]+:[0-9]+\", [0-9]+,",
            "\"$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

Related Classes of org.eigenbase.test.DiffRepository

Copyright © 2018 www.massapicom. 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.