| CustomPostOperationTest |
Test the custom PostOperation provided by the test-services module
|
| PostResponseCreatorTest |
|
| PostSendErrorTest |
Test the various status options for POST, SLING-10006
|
| PostServletAtCopyTest |
Test item copy support by @CopyFrom suffix (SLING-455)
|
| PostServletAtDeleteTest |
Test support of @Delete suffix of SLING-458
|
| PostServletAtMoveTest |
Test item move support by @MoveFrom suffix (SLING-455)
|
| PostServletCopyTest |
Test node copy via the MicrojaxPostServlet
|
| PostServletCreateTest |
Test node creation via the SlingPostServlet
|
| PostServletDeleteParentTest |
SLING-3203 - POST servlet should not delete parent
of non-existing node
|
| PostServletDeleteTest |
Test node deletion via the MicrojaxPostServlet
|
| PostServletImportTest |
Test content import via the MicrojaxPostServlet
|
| PostServletMoveTest |
Test node move via the MicrojaxPostServlet
|
| PostServletNopTest |
|
| PostServletOrderTest |
Test the order option for node creation via the MicrojaxPostServlet
|
| PostServletOutputContentTypeTest |
Test switching the output content-type of the POST servlet using
either an Accept header or :http-equiv-accept parameter
|
| PostServletPatchTest |
Integration test of the @Patch method in the post servlet.
|
| PostServletPrivilegesUpdateTest |
|
| PostServletUpdateTest |
Test node updates via the MicrojaxPostServlet
|
| PostServletVersionableTest |
Test node creation via the PostServlet and versionable nodes
|
| PostStatusTest |
Test the various status options for POST, SLING-422
|
| PostToRootTest |
Test POSTing to root node (SLING-668)
|
| ReferenceTypeHintTest |
Integration test of reference type hints in the post servlet.
|
| SlingAutoPropertiesTest |
{#link MicrojaxPropertyValueSetter} sets the value of some properties
automatically if they are empty.
|
| SlingDateValuesTest |
checks if the date parsing for non jcr-dates works.
|
| SlingDefaultValuesTest |
{#link SlingPropertyValueSetter} sets the value of some properties
with default values if they are empty.
|
| SlingPostProcessorTest |
Test the SlingPostProcessor mechanism using the SlingPostProcessorOne
and Two from our test-services module.
|
| SlingSessionInfoTest |
Test the sling:sessionInfo resource
|