blob: cb1f8ecff2d69fa86fc43a0e60ee91f76694d935 [file] [log] [blame]
/* Copyright (c) 2001, 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 Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.wsi.tests.internal;
/**
* JUnit tests that test wsdl documents against
* the WS-I Attachments profile.
*
* @author lauzond
*/
public class WSDLConformanceAPTest extends CoreWSDLConformanceTest
{
public WSDLConformanceAPTest(String name)
{
super(name);
}
public void test_wsiSampleAppCatalog() { runConformanceWSDLTest("wsiSampleAppCatalog", TAD_ID_AP); }
public void test_wsiSampleAppManufacturer() { runConformanceWSDLTest("wsiSampleAppManufacturer", TAD_ID_AP); }
public void test_wsiSampleAppWarehouse() { runConformanceWSDLTest("wsiSampleAppWarehouse", TAD_ID_AP); }
}