Package tests.net.sf.jabref.bst

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

package tests.net.sf.jabref.bst;

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.bst.test");
    //$JUnit-BEGIN$
    suite.addTestSuite(BibtexNameFormatterTest.class);
    suite.addTestSuite(BibtexCaseChangerTest.class);
    suite.addTestSuite(TestVM.class);
    suite.addTestSuite(BibtexWidthTest.class);
    suite.addTestSuite(TextPrefixFunctionTest.class);
    suite.addTestSuite(BibtexPurifyTest.class);
    //$JUnit-END$
    return suite;
  }

}
TOP

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