1 22 package org.jboss.test.messagedriven.support; 23 24 30 public class CheckMessageIDOperation extends CheckMessagePropertyOperation 31 { 32 protected int msgNo; 33 protected String id; 34 35 public CheckMessageIDOperation(BasicMessageDrivenUnitTest test, int msgNo, String id) 36 { 37 super(test, msgNo, SendMessageOperation.MESSAGEID, id); 38 } 39 } 40 | Popular Tags |