Skip to main content
summaryrefslogblamecommitdiffstats
blob: b43d416d85c9777447922df937d4102bac76db20 (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                                                
  


                                                                                 

                                       
                                                                      




                                
                               






                                    
/*******************************************************************************
 * Copyright (c) 2011 Boeing.
 * 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:
 *     Boeing - initial API and implementation
 *******************************************************************************/
package org.eclipse.osee.ats.presenter;

import org.eclipse.osee.ats.presenter.internal.AtsSearchPresenterTest;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;

@RunWith(Suite.class)
@Suite.SuiteClasses({//
AtsSearchPresenterTest.class,//
})
/**
 * @author John Misinco
 */
public class AtsPresenterTestSuite {

}

Back to the top