Searched refs:getPostBody (Results 1 – 5 of 5) sorted by relevance
489 Assert.assertNotNull(asyncRegistration.getPostBody()); in testAppRegistrationRequestWithPostBody_isValid()490 Assert.assertEquals(POST_BODY, asyncRegistration.getPostBody()); in testAppRegistrationRequestWithPostBody_isValid()929 Assert.assertNull(asyncRegistration1.getPostBody()); in testAppSourcesRegistrationRequest_navigationWithoutPostBody_isValid()939 Assert.assertNull(asyncRegistration2.getPostBody()); in testAppSourcesRegistrationRequest_navigationWithoutPostBody_isValid()
216 public String getPostBody() { in getPostBody() method in AsyncRegistration
911 String body = asyncRegistration.getPostBody(); in fetchSource()
3122 asyncRegistration.getPostBody());
6717 assertEquals(asyncRegistration.getPostBody(), validAsyncRegistration.getPostBody()); in testInsertAsyncRegistration()