blob: cd6898b0fe89a4e763c276de101c507d5d373cf2 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 BSI Business Systems Integration AG.
* 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:
* BSI Business Systems Integration AG - initial API and implementation
******************************************************************************/
package org.eclipse.scout.releng.ant.archive;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
/** <h4> ArchiveSuite </h4>
*
* @author aho
* @since 1.1.0 (27.01.2011)
*
*/
@RunWith(Suite.class)
@Suite.SuiteClasses( { TestCreateArchive.class,
TestCreateDropInZip.class, TestExtractArchive.class, TestRemoveUnpackSuffix.class, TestRemoveOldZipFiles.class})
public class ArchiveSuite {
}