test.tck.msgflow.callflows.TestAssertion Maven / Gradle / Ivy
package test.tck.msgflow.callflows;
public interface TestAssertion {
boolean assertCondition();
}
package test.tck.msgflow.callflows;
public interface TestAssertion {
boolean assertCondition();
}