PostNewMembership
Tests
| Test |
Method name |
Duration |
Result |
| respondBadRequest_ifAnyGivenPartnerUuidCannotBeFound() |
respondBadRequest_ifAnyGivenPartnerUuidCannotBeFound() |
0.023s |
passed |
| [1] testCase=MISSING |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[1] |
0.016s |
passed |
| [2] testCase=TOO_SMALL |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[2] |
0.014s |
passed |
| [3] testCase=TOO_LARGE |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[3] |
0.010s |
passed |
| [4] testCase=NOT_NUMERIC |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[4] |
0.009s |
passed |
| [5] testCase=EMPTY |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[5] |
0.009s |
passed |
| respondBadRequest_ifPartnerUuidIsMissing() |
respondBadRequest_ifPartnerUuidIsMissing() |
0.010s |
passed |
| respondsCreatedIfPartnerUuidIsFound() |
respondsCreatedIfPartnerUuidIsFound() |
0.011s |
passed |
Standard output
2026-08-10T15:02:17.708Z INFO 235 --- [ Test worker] t.c.s.AnnotationConfigContextLoaderUtils : Could not detect default configuration classes for test class [net.hostsharing.hsadminng.hs.office.membership.HsOfficeMembershipControllerRestTest$PostNewMembership]: PostNewMembership does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
2026-08-10T15:02:17.712Z INFO 235 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.hs.office.membership.HsOfficeMembershipControllerRestTest$PostNewMembership