blob: fac0729e1197b493a4a56b0236c7bc13e2526098 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2019 IBM Corporation and others.
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.wsi.tests.internal;
/**
* JUnit tests that test message logs against the WS-I Simple Soap Binding
* profile.
*/
public class MessageLogConformanceSSBPTest extends
CoreMessageLogConformanceTest {
public MessageLogConformanceSSBPTest(String name) {
super(name);
}
public void test_1309_1() { runTest("bp", "1309-1", TAD_ID_SSBP); }
public void test_1309_2() { runTest("bp", "1309-2", TAD_ID_SSBP); }
public void test_1600_1() { runTest("bp", "1600-1", TAD_ID_SSBP); }
}