Refactor TmfExperiment
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / experiment / AllTests.java
index 21c10605e2ae9c07c72f5c922a41292693b896d1..4b9c581773309663585e5336df8442ba34f3ff55 100644 (file)
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2012 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:
+ *   Francois Chouinard - Initial API and implementation
+ *   Francois Chouinard - Adjusted for new Trace Model
+ *******************************************************************************/
+
 package org.eclipse.linuxtools.tmf.core.tests.experiment;
 
 import junit.framework.Test;
@@ -5,6 +18,9 @@ import junit.framework.TestSuite;
 
 import org.eclipse.linuxtools.internal.tmf.core.TmfCorePlugin;
 
+/**
+ * Test suite for org.eclipse.linuxtools.tmf.core.experiment
+ */
 @SuppressWarnings("nls")
 public class AllTests {
 
This page took 0.023411 seconds and 5 git commands to generate.