Package org.apache.commons.jrcs.diff

Source Code of org.apache.commons.jrcs.diff.MyersDiffTests

package org.apache.commons.jrcs.diff;

import org.apache.commons.jrcs.diff.myers.MyersDiff;

public class MyersDiffTests extends DiffTest {

    public MyersDiffTests(String name) {
        super(name, new MyersDiff());
    }


}
TOP

Related Classes of org.apache.commons.jrcs.diff.MyersDiffTests

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.