Added TMF statistics feature (Bug 360572)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui.tests / src / org / eclipse / linuxtools / tmf / ui / tests / AllTmfUITests.java
index 392fe0bfe995738312ec1e8330e2f1782090b591..4badb733151d055fea21494c6cf0bd8911adc0e4 100644 (file)
@@ -1,17 +1,37 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Ericsson
+ * 
+ * All rights reserved. This program and the accompanying materials are
+ * made available under the terms of the Eclipse Public License v1.0 which
+ * accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ * 
+ * Contributors:
+ *   Bernd Hufmann - Initial API and implementation
+ *   Bernd Hufmann - Add UML2SD tests
+ *   Mathieu Denis (mathieu.denis@polymtl.ca) - Add Statistics test
+ *******************************************************************************/
+
 package org.eclipse.linuxtools.tmf.ui.tests;
 
 import junit.framework.Test;
 import junit.framework.TestSuite;
 
-public class AllTmfUITests  {
-    public static Test suite() {
-        TestSuite suite = new TestSuite(AllTmfUITests.class.getName());
-        //$JUnit-BEGIN$
+/**
+ * <b><u>AllTmfUITests</u></b>
+ * <p>
+ * Master test suite for TMF UI Core.
+ */
+public class AllTmfUITests {
+
+       public static Test suite() {
+               TestSuite suite = new TestSuite(AllTmfUITests.class.getName());
+               //$JUnit-BEGIN$
+               suite.addTest(org.eclipse.linuxtools.tmf.ui.tests.statistics.AllTests.suite());
         suite.addTest(org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.handlers.widgets.AllTests.suite());
         suite.addTest(org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.impl.AllTests.suite());
         suite.addTest(org.eclipse.linuxtools.tmf.ui.tests.views.uml2sd.load.AllTests.suite());
-        //$JUnit-END$
-        return suite;
-    }
-
+               //$JUnit-END$
+               return suite;
+       }
 }
This page took 0.023663 seconds and 5 git commands to generate.