Closed haster closed 6 months ago
The code looks good so far but I am missing some unit tests. At least for a Bulk request and one for patch, update and create.
Hey, I think I added unit tests for all cases as part of the rework of the UriInfosTest.
For instance https://github.com/Captain-P-Goldfish/SCIM-SDK/pull/636/files#diff-6dc7aa8282c79aae1fd2be4602b0f769b83bc8cd0daf2c0aabb05f4cc4cc4aabR227 and https://github.com/Captain-P-Goldfish/SCIM-SDK/pull/636/files#diff-6dc7aa8282c79aae1fd2be4602b0f769b83bc8cd0daf2c0aabb05f4cc4cc4aabR328
Are you missing anything?
(I just noticed I copied the javadoc for all new testmethods, I'll push an update to rewrite that.)
and also (regarding the Accept header):
This also fits in with general good practices, which suggest to be lenient with regards to your input, but strict with regards to your output.