Package tests.net.sf.jabref.search

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

package tests.net.sf.jabref.search;

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.search");
    //$JUnit-BEGIN$
    suite.addTestSuite(BasicSearchTest.class);
    //$JUnit-END$
    return suite;
  }

}
TOP

Related Classes of tests.net.sf.jabref.search.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.