1 package org.openecomp.sdc.be.components.distribution.engine;
5 public class DmaapNotificationDataImplTest {
7 private DmaapNotificationDataImpl createTestSubject() {
8 return new DmaapNotificationDataImpl();
12 public void testGetOperationalEnvironmentId() throws Exception {
13 DmaapNotificationDataImpl testSubject;
17 testSubject = createTestSubject();
18 result = testSubject.getOperationalEnvironmentId();
22 public void testGetOperationalEnvironmentName() throws Exception {
23 DmaapNotificationDataImpl testSubject;
27 testSubject = createTestSubject();
28 result = testSubject.getOperationalEnvironmentName();
32 public void testGetTenantContext() throws Exception {
33 DmaapNotificationDataImpl testSubject;
37 testSubject = createTestSubject();
38 result = testSubject.getTenantContext();