aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java')
-rw-r--r--src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java b/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java
index 8c71f2f..af5ccd2 100644
--- a/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java
+++ b/src/test/java/org/onap/dmaap/mr/client/impl/MRSimplerBatchConsumerTest.java
@@ -31,6 +31,7 @@ import org.junit.Test;
import org.onap.dmaap.mr.client.MRClientFactory;
import org.onap.dmaap.mr.client.MRConsumer;
+import static org.junit.Assert.assertNotNull;
public class MRSimplerBatchConsumerTest {
@@ -60,7 +61,8 @@ public class MRSimplerBatchConsumerTest {
}
} catch (Exception e) {
System.err.println ( e.getClass().getName () + ": " + e.getMessage () );
- }
+ }
+ assertNotNull(cc);
}