aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/org/onap/usecaseui/server/bean/nsmf/task/BusinessDemandInfoTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/test/java/org/onap/usecaseui/server/bean/nsmf/task/BusinessDemandInfoTest.java')
-rw-r--r--server/src/test/java/org/onap/usecaseui/server/bean/nsmf/task/BusinessDemandInfoTest.java19
1 files changed, 18 insertions, 1 deletions
diff --git a/server/src/test/java/org/onap/usecaseui/server/bean/nsmf/task/BusinessDemandInfoTest.java b/server/src/test/java/org/onap/usecaseui/server/bean/nsmf/task/BusinessDemandInfoTest.java
index 8f2a6773..49ca4005 100644
--- a/server/src/test/java/org/onap/usecaseui/server/bean/nsmf/task/BusinessDemandInfoTest.java
+++ b/server/src/test/java/org/onap/usecaseui/server/bean/nsmf/task/BusinessDemandInfoTest.java
@@ -52,6 +52,15 @@ public class BusinessDemandInfoTest {
businessDemandInfo.setActivityFactor("600");
businessDemandInfo.setServiceSnssai("1-10101");
businessDemandInfo.setServiceName("aer-001");
+ businessDemandInfo.setServiceProfileAvailability("001");
+ businessDemandInfo.setServiceProfilePLMNIdList("001");
+ businessDemandInfo.setServiceProfileReliability("001");
+ businessDemandInfo.setServiceProfileDLThptPerSlice("001");
+ businessDemandInfo.setServiceProfileDLThptPerUE("001");
+ businessDemandInfo.setServiceProfileULThptPerSlice("001");
+ businessDemandInfo.setServiceProfileULThptPerUE("001");
+ businessDemandInfo.setServiceProfileMaxPktSize("001");
+ businessDemandInfo.setServiceProfileSurvivalTime("001");
businessDemandInfo.getActivityFactor();
businessDemandInfo.getAreaTrafficCapDL();
@@ -66,6 +75,14 @@ public class BusinessDemandInfoTest {
businessDemandInfo.getServiceSnssai();
businessDemandInfo.getUeMobilityLevel();
businessDemandInfo.getUseInterval();
-
+ businessDemandInfo.getServiceProfileAvailability();
+ businessDemandInfo.getServiceProfilePLMNIdList();
+ businessDemandInfo.getServiceProfileReliability();
+ businessDemandInfo.getServiceProfileDLThptPerSlice();
+ businessDemandInfo.getServiceProfileDLThptPerUE();
+ businessDemandInfo.getServiceProfileULThptPerSlice();
+ businessDemandInfo.getServiceProfileULThptPerUE();
+ businessDemandInfo.getServiceProfileMaxPktSize();
+ businessDemandInfo.getServiceProfileSurvivalTime();
}
}