blob: 3e3927ed58c735f8a0082cfe006d9be2ca913f50 [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); }
}