~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/util/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:
5
5
 
6
6
import org.eclipse.linuxtools.internal.tmf.core.Activator;
7
7
 
 
8
/**
 
9
 * <b><u>AllTests</u></b>
 
10
 * <p>
 
11
 * Implement me. Please.
 
12
 * <p>
 
13
 */
8
14
@SuppressWarnings({ "nls" })
9
15
public class AllTests {
10
16
 
 
17
        /**
 
18
         * @return the test suite
 
19
         */
11
20
        public static Test suite() {
12
21
                TestSuite suite = new TestSuite("Test suite for " + Activator.PLUGIN_ID + ".util"); //$NON-NLS-1$);
13
22
                //$JUnit-BEGIN$