All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.claremont.taf.mqsupport.Topic Maven / Gradle / Ivy

There is a newer version: 3.0.11
Show newest version
package se.claremont.taf.mqsupport;

import com.ibm.mq.MQTopic;
import se.claremont.taf.core.testcase.TestCase;

public class Topic {
    public MQTopic mqTopic;
    private TestCase testCase;

    public Topic(TestCase testCase, MQTopic topic){
        this.testCase = testCase;
        this.mqTopic = topic;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy