blob: 1c9b33a25a7ee9d34e204d3f6fa311170e60b651 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2009 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
*******************************************************************************/
package org.eclipse.wst.wsi.tests.internal;
/**
* JUnit tests that test message logs against the WS-I Attachments profile.
*/
public class MessageLogConformanceSOAP12Test extends CoreMessageLogConformanceTest {
public static final String DEFAULT_LOG_FILENAME = "log.wsimsg";
public MessageLogConformanceSOAP12Test(String name) {
super(name);
}
public void test_SOAP() { runTestWithWSDL("SOAP12", "SimpleLog", new String[] {"Hello", "http://test/", "HelloService", "port"}); }
}