blob: 423fd4ad2d873a92b7d5b724b9b81382c3178284 [file] [log] [blame]
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); }
public void test_bugz_141966() { runTest("bugzilla", "141966", TAD_ID_AP); }
}