use of net.java.slee.resource.diameter.sh.events.PushNotificationAnswer in project jain-slee.diameter by RestComm.
the class ShClientFactoriesTest method isAnswerPNA.
@Test
public void isAnswerPNA() throws Exception {
PushNotificationAnswer pna = shClientFactory.createPushNotificationAnswer(createPushNotificationRequest());
assertFalse("Request Flag in Push-Notification-Answer is set.", pna.getHeader().isRequest());
}
Aggregations