blob: 8d0d7306065a301b57c4e25234e14006533f4e9b [file] [log] [blame]
/*
* Copyright (c) 2003, 2004 IBM Corporation and others.
* 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:
* IBM - initial API and implementation
*
* $Id: PackageOperationsTest.java,v 1.4 2005/06/03 19:53:23 khussey Exp $
*/
package org.eclipse.uml2.internal.operation.tests;
import junit.textui.TestRunner;
/**
* A test case for the '<em><b>Package Operations</b></em>' utility.
*/
public class PackageOperationsTest
extends UML2OperationsTest {
public static void main(String[] args) {
TestRunner.run(PackageOperationsTest.class);
}
/**
* Constructs a new Package Operations test case with the given name.
*/
public PackageOperationsTest(String name) {
super(name);
}
}