/* * JBoss, Home of Professional Open Source. * * See the LEGAL.txt file distributed with this work for information regarding copyright ownership and licensing. * * See the AUTHORS.txt file distributed with this work for a full listing of individual contributors. */ package org.teiid.designer.modelgenerator.wsdl.validation.internal; import junit.framework.TestCase; public class WSDLValidatorImplTest extends TestCase { public WSDLValidatorImplTest(String name) { super(name); } @Override protected void setUp() throws Exception { super.setUp(); } @Override protected void tearDown() throws Exception { super.tearDown(); } /* * Test method for 'org.teiid.designer.modelgenerator.wsdl.validation.internal.WSDLValidatorImpl.validateWSDL(String)' */ public void testValidateWSDL() { } }