/* * 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; import junit.framework.TestCase; public class RelationalModelBuilderTest extends TestCase { public RelationalModelBuilderTest(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.RelationalModelBuilder.RelationalModelBuilder()' */ public void testRelationalModelBuilder() { } /* * Test method for 'org.teiid.designer.modelgenerator.wsdl.RelationalModelBuilder.createModel(Operation[], String, IProject)' */ public void testCreateModel() { } }