~ubuntu-branches/ubuntu/trusty/eclipse-linuxtools/trusty

« back to all changes in this revision

Viewing changes to lttng/org.eclipse.linuxtools.tmf.core.tests/src/org/eclipse/linuxtools/tmf/core/tests/component/AllTests.java

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-05-13 21:43:22 UTC
  • mfrom: (1.2.1) (2.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20130513214322-6frgd9du1n0w2uo7
Tags: 1.2.1-1
* Team upload.
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
import junit.framework.Test;
4
4
import junit.framework.TestSuite;
5
5
 
 
6
/**
 
7
 * <b><u>AllTests</u></b>
 
8
 * <p>
 
9
 * Implement me. Please.
 
10
 * <p>
 
11
 */
6
12
public class AllTests {
7
13
 
 
14
        /**
 
15
         * @return the TMF Core Component test suite
 
16
         */
8
17
        public static Test suite() {
9
18
                TestSuite suite = new TestSuite(AllTests.class.getName());
10
19
                //$JUnit-BEGIN$