blob: d24caecc117783965b70404ab3bdd5e9189b1eb8 [file] [log] [blame]
package org.eclipse.stem.core.predicate.tests;
/*******************************************************************************
* Copyright (c) 2008 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 Corporation - initial API and implementation
*******************************************************************************/
import org.eclipse.stem.core.predicate.IdentifiableTest;
/**
* <!-- begin-user-doc -->
* A test case for the model object '<em><b>Identifiable Test</b></em>'.
* <!-- end-user-doc -->
* @generated
*/
public abstract class IdentifiableTestTest extends IdentifiablePredicateTest {
/**
* Constructs a new Identifiable Test test case with the given name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public IdentifiableTestTest(String name) {
super(name);
}
/**
* Returns the fixture for this Identifiable Test test case.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected IdentifiableTest getFixture() {
return (IdentifiableTest)fixture;
}
} //IdentifiableTestTest