PostNewMembership
Tests
| Test |
Method name |
Duration |
Result |
| respondBadRequest_ifAnyGivenPartnerUuidCannotBeFound() |
respondBadRequest_ifAnyGivenPartnerUuidCannotBeFound() |
0.015s |
passed |
| [1] testCase=MISSING |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[1] |
0.008s |
passed |
| [2] testCase=TOO_SMALL |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[2] |
0.007s |
passed |
| [3] testCase=TOO_LARGE |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[3] |
0.007s |
passed |
| [4] testCase=NOT_NUMERIC |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[4] |
0.006s |
passed |
| [5] testCase=EMPTY |
respondBadRequest_ifMemberNumberSuffixIsInvalid(InvalidMemberSuffixVariants)[5] |
0.006s |
passed |
| respondBadRequest_ifPartnerUuidIsMissing() |
respondBadRequest_ifPartnerUuidIsMissing() |
0.006s |
passed |
| respondsCreatedIfPartnerUuidIsFound() |
respondsCreatedIfPartnerUuidIsFound() |
0.007s |
passed |
Standard output
2026-08-10T14:41:12.468Z INFO 233 --- [ 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-10T14:41:12.471Z INFO 233 --- [ Test worker] .b.t.c.SpringBootTestContextBootstrapper : Found @SpringBootConfiguration net.hostsharing.hsadminng.HsadminNgApplication for test class net.hostsharing.hsadminng.hs.office.membership.HsOfficeMembershipControllerRestTest$PostNewMembership