ss: Move plugins to Trace Compass namespace
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core.tests / src / org / eclipse / linuxtools / tmf / core / tests / trace / indexer / checkpoint / TmfCheckpointIndexTest.java
CommitLineData
13cb5f43 1/*******************************************************************************
61759503 2 * Copyright (c) 2009, 2013 Ericsson
13cb5f43
FC
3 *
4 * All rights reserved. This program and the accompanying materials are
5 * made available under the terms of the Eclipse Public License v1.0 which
6 * accompanies this distribution, and is available at
7 * http://www.eclipse.org/legal/epl-v10.html
8 *
9 * Contributors:
10 * Francois Chouinard - Initial API and implementation
11 * Francois Chouinard - Adapted for TMF Trace Model 1.0
6e1886bc 12 * Alexandre Montplaisir - Port to JUnit4
13cb5f43
FC
13 *******************************************************************************/
14
a3db8436 15package org.eclipse.linuxtools.tmf.core.tests.trace.indexer.checkpoint;
13cb5f43 16
13cb5f43
FC
17
18/**
0316808c 19 * Test suite for the TmfCheckpointIndexTest class.
13cb5f43 20 */
032ecd45 21public class TmfCheckpointIndexTest extends AbstractIndexTest {
b75d6b65 22
13cb5f43 23}
This page took 0.049449 seconds and 5 git commands to generate.