blob: ee6cb68bd74aa9426a9c4f3ed2e2ce1dc8cf6ffd [file] [log] [blame]
package org.eclipse.wst.wsi.tests.internal;
/**
* JUnit tests that test message logs against the WS-I Attachments profile.
*/
public class MessageLogConformanceAPTest extends CoreMessageLogConformanceTest {
public MessageLogConformanceAPTest(String name) {
super(name);
}
public void test_1309_1() { runTest("bp", "1309-1", TAD_ID_AP); }
public void test_1309_2() { runTest("bp", "1309-2", TAD_ID_AP); }
public void test_1600_1() { runTest("bp", "1600-1", TAD_ID_AP); }
public void test_bugz_141966() { runTest("bugzilla", "141966", TAD_ID_AP); }
}