Added stub method so that tests don't fail with commented-out methods only.
This commit is contained in:
@@ -35,6 +35,11 @@ import org.springframework.integration.message.GenericMessage;
|
||||
*/
|
||||
public class FixedDelayConsumerTests {
|
||||
|
||||
@Test
|
||||
public void temp() {
|
||||
// stub method until others can be uncommented
|
||||
}
|
||||
|
||||
//@Test
|
||||
public void testAllSentMessagesAreReceivedWithinTimeLimit() throws Exception {
|
||||
int messagesToSend = 20;
|
||||
|
||||
Reference in New Issue
Block a user