Package tests.net.sf.jabref.labelPattern

Source Code of tests.net.sf.jabref.labelPattern.AllTests

package tests.net.sf.jabref.labelPattern;

import junit.framework.Test;
import junit.framework.TestSuite;


public class AllTests {

    public static Test suite() {
        TestSuite suite = new TestSuite(
            "Test for tests.net.sf.jabref.labelPattern");
        //$JUnit-BEGIN$
        suite.addTestSuite(LabelPatternUtilTest.class);
        //$JUnit-END$
        return suite;
    }

}
TOP

Related Classes of tests.net.sf.jabref.labelPattern.AllTests

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.